Re-enabled multipart
This commit is contained in:
parent
29741b999a
commit
7396daa038
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class MekanismInduction implements IModule
|
|||
{
|
||||
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.");
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Reference in a new issue