Update tags.js
Signed-off-by: Dmitry <52341158+Exzept1on@users.noreply.github.com>
This commit is contained in:
parent
d6fad9bac2
commit
86e819675d
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ const registerTFCItemTags = (event) => {
|
|||
GTMaterialRegistry.getRegisteredMaterials().forEach(material => {
|
||||
if (material.hasProperty(PropertyKey.TOOL)) {
|
||||
for (let [key, value] of Object.entries(global.GTCEU_TOOLTYPES_WHICH_HAS_TFC_DUPS)) {
|
||||
// var tool = $ToolHelper.get(value, material)
|
||||
var tool = ToolHelper.get(value, material)
|
||||
if (!tool.isEmpty()) event.add(key, tool.getId())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue