osmium nuggets added when mekanism is installed lack recipe for ingot
kotoroshinoto opened this issue ยท 12 comments
should have the 3x3 nugget-> ingot recipe, but for some reason it isn't there.
So I've updated to 2.0.0-0.10.0-a18 and this issue still exists, you can't do anything with the osmium ingots.
Just sharing this short minetweaker script for anyone else that comes across this issue before the official fix is out:
// Osmium fix
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
Hilariously, that script actually causes server crashes whenever someone interacts with the nuggets.
Do not use.
It was happening on a server a friend was running, I didn't think to get logs as it was something I caused with minetweaker. I suspect it was because I used the oredict osmium ingot, adding the same recipe you add, somehow making things more broken.
Honestly i'm not sure, I just disabled the script.
Might be that I was using an outdated version. I'll update and see if the issue remains.
Definitely not due to versioning, as it's been ages since I changed something about recipe code, I'll fix it.
I can confirm, its happening in my dev env as well, my guess is it's something to do with Osmium not being oredicted correctly.
It is registered, I think its being registered too late, but I'm not sure. I'll check my code first