Closed joker-119 closed 5 years ago
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 https://github.com/mekanism/Mekanism/blob/33cc2033ff6b13f4dda45e1b455d29472926a143/src/main/java/mekanism/common/integration/OreDictManager.java#L374
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.
Indeed, I'll report it to IC2 devs and tell them to stop being tinybrain with their object registrations :+1:
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:
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.