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();
Proxy.registerForgeSubscribe(DictionaryHandler);
try {
DenFormat f = new DenFormat();
Handler handler = new FileHandler(event.getModConfigurationDirectory().getAbsolutePath() + "/denLib.log");