Исправлен баг с медным и золотым слитком

This commit is contained in:
Dmitry 2023-12-15 17:17:19 +07:00
parent 09610eefcd
commit 157b8929dc
2 changed files with 4 additions and 2 deletions

View file

@ -200,6 +200,8 @@ global.MINECRAFT_DISABLED_ITEMS = [
"minecraft:lantern",
"minecraft:soul_torch",
"minecraft:soul_lantern",
"minecraft:copper_ingot",
"minecraft:gold_ingot",
// Seeds
"minecraft:wheat_seeds",

View file

@ -877,8 +877,8 @@ global.TFC_DISABLED_ITEMS = [
"tfc:metal/ingot/red_steel",
"tfc:metal/ingot/blue_steel",
"tfc:metal/ingot/brass",
"tfc:metal/ingot/copper",
"tfc:metal/ingot/gold",
// "tfc:metal/ingot/copper",
// "tfc:metal/ingot/gold",
"tfc:metal/ingot/nickel",
"tfc:metal/ingot/silver",
"tfc:metal/ingot/tin",