Future MC

Future MC

14M Downloads

[BUG] Ancient Debris to Netherite - Oredict Issue

Liam-McCormack-Github opened this issue ยท 0 comments

commented

Currently because Ancient Debris is tagged as "oreNetherite" certain mods will turn ancient derbis into netherite ignots.

Mods tested:
Thermal - Induction Smelter
JAOPCA - Which makes netherite dust
Immersive - Arc Furnace

Can be easily fixed by changing to:

        OreDictionary.registerOre("oreAncientdebris", ANCIENT_DEBRIS)
        OreDictionary.registerOre("blockNetherite", NETHERITE_BLOCK)
        OreDictionary.registerOre("ingotNetherite", NETHERITE_INGOT)
        OreDictionary.registerOre("scrapNetherite", NETHERITE_SCRAP)
        OreDictionary.registerOre("dustAncientdebris", NETHERITE_SCRAP)