BloodyMods / ExNihiloCreatio

Ex Nihilo with progression!
MIT License
25 stars 20 forks source link

Mod still registers ingots even if the OreRegistry is correct #201

Closed Insane96 closed 5 years ago

Insane96 commented 5 years ago

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"
  }
]
SirLyle commented 5 years ago

Messed up the serializer oops. Fix uploaded to curse.