EU-MJ-Engine
EU-MJ-Engine copied to clipboard
Update the version of ic2 to 2.8.220, fixes #12
Due to a change in the constructors of IC2's InvSlot classes (They now take an IInventorySlotHolder
instead of a TileEntityInventory
. No changes in the code are required because TileEntityInventory
implements the said interface), the game crashes with a NoSuchMethodError (see the crash report in issue #12). This is fixed by updating the version if ic2 to 2.8.190+ and re-compiling the mod.