Added console output for multipart disable

This commit is contained in:
Calclavia 2013-12-01 17:08:19 +08:00
parent bf04c53415
commit a1ae16b82c

View file

@ -158,6 +158,10 @@ public class MekanismInduction implements IModule
Mekanism.logger.severe("Failed to load multipart wire.");
}
}
else
{
Mekanism.logger.fine("Mekanism Induction Multipart disabled due to Forge Multipart not found.");
}
// Blocks
Tesla = new BlockTesla(Mekanism.configuration.getBlock("Tesla", getNextBlockID()).getInt()).setUnlocalizedName("Tesla");