Fully Disabling late phase config

This commit is contained in:
tgame14 2014-04-09 22:36:31 +03:00
parent 03551e21a0
commit 9b3c87bbb6

View file

@ -137,15 +137,15 @@ public class ResonantInduction
proxy.postInit();
Settings.CONFIGURATION.save();
}
@ForgeSubscribe
public void configAnnotationAdded(ConfigAnnotationEvent event)
{
if (event.sourceClass.getName().startsWith("resonantinduction"))
{
ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION);
}
}
//
// @ForgeSubscribe
// public void configAnnotationAdded(ConfigAnnotationEvent event)
// {
// if (event.sourceClass.startsWith("resonantinduction"))
// {
// ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION);
// }
// }
/**
* Recipe Types