Rename LodConfigHandler to LodConfig

This commit is contained in:
James Seibel
2021-06-19 20:47:04 -05:00
parent e941b553e7
commit 277def2acc
11 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
package com.seibel.lod;
import com.seibel.lod.handlers.LodConfigHandler;
import com.seibel.lod.handlers.LodConfig;
import com.seibel.lod.proxy.ClientProxy;
import net.minecraft.client.Minecraft;
@@ -34,7 +34,7 @@ public class LodMain
private void init(final FMLCommonSetupEvent event)
{
Minecraft.getInstance().getFramebuffer().enableStencil();
ModLoadingContext.get().registerConfig(ModConfig.Type.CLIENT, LodConfigHandler.clientSpec);
ModLoadingContext.get().registerConfig(ModConfig.Type.CLIENT, LodConfig.clientSpec);
}