diff --git a/src/main/scala/resonantinduction/core/ResonantInduction.java b/src/main/scala/resonantinduction/core/ResonantInduction.java index d1643995..f8371c4f 100644 --- a/src/main/scala/resonantinduction/core/ResonantInduction.java +++ b/src/main/scala/resonantinduction/core/ResonantInduction.java @@ -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