Mod still registers ingots even if the OreRegistry is correct
Insane96 opened this issue ยท 1 comments
I have this OreRegistry.json but still have double ingots in game. Even iron and gold ingots are regitered.
Dusts for gold, iron and aluminium are correctly not registered.
[
{
"name": "gold",
"color": "ffff00",
"result": "minecraft:gold_ingot:-1",
"dust": "thermalfoundation:material:1"
},
{
"name": "iron",
"color": "bf8040",
"result": "minecraft:iron_ingot:-1",
"dust": "thermalfoundation:material:0"
},
{
"name": "aluminium",
"color": "bfbfbf",
"result": "thermalfoundation:material:132",
"dust": "thermalfoundation:material:68"
},
{
"name": "copper",
"color": "ff9933",
"result": "thermalfoundation:material:64"
},
{
"name": "lead",
"color": "330066",
"result": "thermalfoundation:material:67"
},
{
"name": "nickel",
"color": "ffffcc",
"result": "thermalfoundation:material:69"
},
{
"name": "silver",
"color": "f2f2f2",
"result": "thermalfoundation:material:66"
},
{
"name": "tin",
"color": "e6fff2",
"result": "thermalfoundation:material:65"
},
{
"name": "platinum",
"color": "d7dfe7",
"result": "thermalfoundation:material:134"
}
]