Fully Disabling late phase config
This commit is contained in:
parent
03551e21a0
commit
9b3c87bbb6
1 changed files with 9 additions and 9 deletions
|
@ -137,15 +137,15 @@ public class ResonantInduction
|
||||||
proxy.postInit();
|
proxy.postInit();
|
||||||
Settings.CONFIGURATION.save();
|
Settings.CONFIGURATION.save();
|
||||||
}
|
}
|
||||||
|
//
|
||||||
@ForgeSubscribe
|
// @ForgeSubscribe
|
||||||
public void configAnnotationAdded(ConfigAnnotationEvent event)
|
// public void configAnnotationAdded(ConfigAnnotationEvent event)
|
||||||
{
|
// {
|
||||||
if (event.sourceClass.getName().startsWith("resonantinduction"))
|
// if (event.sourceClass.startsWith("resonantinduction"))
|
||||||
{
|
// {
|
||||||
ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION);
|
// ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Recipe Types
|
* Recipe Types
|
||||||
|
|
Loading…
Reference in a new issue