removed stone rods + stone gears
This commit is contained in:
@@ -113,6 +113,8 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([
|
||||
|
||||
"gtceu:compressed_clay",
|
||||
|
||||
"gtceu:stone_rod",
|
||||
|
||||
"gtceu:damascus_steel_nugget",
|
||||
"gtceu:damascus_steel_ingot",
|
||||
"gtceu:damascus_steel_block",
|
||||
|
||||
@@ -93,4 +93,5 @@ const registerGTCEuTagPrefixes = (event) => {
|
||||
TagPrefix.rawOreBlock.unformattedTagPath("raw_ore_blocks")
|
||||
|
||||
TagPrefix.rawOre.setIgnored(GTMaterials.Iron);
|
||||
TagPrefix.gear.setIgnored(GTMaterials.Stone);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user