Added console output for multipart disable
This commit is contained in:
parent
bf04c53415
commit
a1ae16b82c
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue