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();
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue