Mekanism 1.12.2 Community Edition

Mekanism 1.12.2 Community Edition

1.9k Downloads

[BUG] Enriched Alloy recipe not using the ore dictonary

Scipio9001 opened this issue ยท 2 comments

commented

While you can use other mods steel to craft everything in Mekanism as intended the alloy smelter only takes Mekanism steel instead of anything registered in the ore dictionary as steel.

This was broken with this change.
9ec2b28

It can be fixed easily by replacing MekanismItems.Ingot, 1, 4 with "ingotSteel" used in the rest of the mods crafting recipes so it call on the ore dict and can use other mods steel.

  • Mekanism Version: 9.10.12
commented

ah, my bad. if you can, make a pull request and you get credit for your work and a cape :)

commented

fixed by #29