Metallurgic Infuser isn't using oreDict to accept Diamond Dust for infusions
joker-119 opened this issue ยท 3 comments
Please use the search functionality before reporting an issue. Also take a look at the closed issues!
Issue description:
The metallurgic infuser doesn't use oreDict for accepting Diamond Dust.
Steps to reproduce:
- Put Diamond Dust from another mod (IC2 for instance) in the metallurgic infuser.
- It will not accept it as infusion medium.
- ???
- Profit?
Version (make sure you are on the latest version before reporting):
Forge: 1.12.2-14.23.5.2838-universal
Mekanism: 9.7.6.377
Other relevant version:
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
Both dusts have the oreDict name "dustDiamond" but only the Mekanism dust works.
Unfortunately none of the machines support Oredict, has been on the list for a while, #4646
I've been reminded by another Mek dev that we do check for registered dusts
The specific dust not working implies the other mod is registering it to the Oredict too late, i.e. after we've done the check. Oredict entries should be registered when the item gets registered whenever possible. We'll attempt to run this at the end of the recipe event to try to capture more cases, but we can't solve every bad mod.