Re-enabled multipart

This commit is contained in:
Calclavia 2013-12-02 21:41:17 +08:00
parent 29741b999a
commit 7396daa038

View file

@ -145,7 +145,7 @@ public class MekanismInduction implements IModule
{ {
try try
{ {
// itemPartWire = (Item) Class.forName("mekanism.induction.common.wire.ItemPartWire").getDeclaredConstructor(Integer.TYPE).newInstance(getNextItemID()); itemPartWire = (Item) Class.forName("mekanism.induction.common.wire.ItemPartWire").getDeclaredConstructor(Integer.TYPE).newInstance(getNextItemID());
Mekanism.logger.fine("Mekanism Induction multipart loaded."); Mekanism.logger.fine("Mekanism Induction multipart loaded.");
} }
catch (Exception e) catch (Exception e)