@Subscribe
@Override
public void preLoad(FMLPreInitializationEvent event) {
String proxyPath = "denoflionsx.denLib.Mod.Proxy";
this.setupProxy(proxyPath + ".denLibClientProxy", proxyPath + ".denLibCommonProxy");
denLibMod.tuning = new TunableManager();
configManager = new DenConfig();
config = new Configuration(event.getSuggestedConfigurationFile());
DictionaryHandler = new DictionaryHandler();
fluids = new DenLibFluidHandler();
dict = new DenLibDictionaryHandler();