TechReborn crashing with IC2
Shattered2909 opened this issue ยท 5 comments
Using those versions:
TechReborn-1.12.2-12.5.501-universal
RebornCore-1.12.2-3.6.11.220-universal
industrialcraft2-2.8.66-ex112
So i was updating a few mods for the pack i am currently working on and got a crash with an ic2 recipe. Contacted their dev, they said it is caused by another mod, so i thought it's metals, but it wasn't either. Decided to create a testing instance which worked until i added Techreborn and Reborn Core (versions above). The crashlog at the bottom is what happened, something related to a recipe conflict with iridium. I should probably mention that in my pack, the ic2 integration is enabled but in the testing instance it is not. Maybe you know what is wrong here.
Can you try with just IC2, RebornCore and TechReborn? As I just updated to the latest ic2 and it doesn't happen for me.
Issue is multi-part and odd in that it requires TR, IC2 and ModernMetals (w/ModernMetals provided Iridium active). Seems that the IC2 recipe loader for the Macerator works fine when TR or ModernMetals is not present, but when both are, it seems that the IC2 recipe code for the macerator breaks.
This is being fixed in ModernMetals as the solution is to have it such that ModernMetals does not register the 1 ore -> 2 crushed macerator recipe for Iridium and should instead let that recipe be picked up by the ore dictionary work (if not register 1 "oreIridium" -> 9 "iridium shards")