removed stone rods + stone gears
This commit is contained in:
parent
e3f6e81e14
commit
355535daf4
2 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([
|
||||||
|
|
||||||
"gtceu:compressed_clay",
|
"gtceu:compressed_clay",
|
||||||
|
|
||||||
|
"gtceu:stone_rod",
|
||||||
|
|
||||||
"gtceu:damascus_steel_nugget",
|
"gtceu:damascus_steel_nugget",
|
||||||
"gtceu:damascus_steel_ingot",
|
"gtceu:damascus_steel_ingot",
|
||||||
"gtceu:damascus_steel_block",
|
"gtceu:damascus_steel_block",
|
||||||
|
|
|
||||||
|
|
@ -93,4 +93,5 @@ const registerGTCEuTagPrefixes = (event) => {
|
||||||
TagPrefix.rawOreBlock.unformattedTagPath("raw_ore_blocks")
|
TagPrefix.rawOreBlock.unformattedTagPath("raw_ore_blocks")
|
||||||
|
|
||||||
TagPrefix.rawOre.setIgnored(GTMaterials.Iron);
|
TagPrefix.rawOre.setIgnored(GTMaterials.Iron);
|
||||||
|
TagPrefix.gear.setIgnored(GTMaterials.Stone);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue