Forgot to remove this

This commit is contained in:
coolGi2007
2021-12-28 06:17:58 +00:00
parent 2aee802ca2
commit 3c3474e66b
@@ -1,13 +0,0 @@
package com.seibel.lod.forge.wrappers.config;
import com.seibel.lod.common.Config;
import com.seibel.lod.core.ModInfo;
import net.minecraftforge.fml.ModLoadingContext;
import net.minecraftforge.fmlclient.ConfigGuiHandler;
public class MenuIntegration {
public static void registerModsPage() {
ModLoadingContext.get().registerExtensionPoint(ConfigGuiHandler.ConfigGuiFactory.class,
() -> new ConfigGuiHandler.ConfigGuiFactory((client, parent) -> Config.getScreen(parent, "")));
}
}