
Missing oredict for ingots and gems
Lykrast opened this issue ยท 2 comments
Several mods rely on oredict tags to detect and make use of ingots and their other forms (like Tinkers Construct if someone wants to add your materials to it, and maybe the Immersive Engineering Arc Furnace for recycling). So the following oredicts entry should be added:
ingotHeavy
,nuggetHeavy
andblockHeavy
for the Heavy Ingot and derivativesingotSoulsteel
,nuggetSoulsteel
andblockSoulsteel
for SoulsteelingotAsul
,nuggetAsul
andblockAsul
for AsulingotMysticIron
(oringotIronMystic
, as you want) and the rest for Mystic IroningotMetaldiamond
andblockMetaldiamond
for Metaldiamond
I would suggest something for Crystals and Nether Crystals, but since they have a very generic name I don't know what would be a good way around that (they would need gemXXX
and blockXXX
).
Some also could be added for the stones, like stoneAzurite
or stoneBrackish
. Although that's not as important it's still nice to have.
Also PLEASE register oredict right after registering items in the registry event instead of late during Init.