|
@@ -1,7 +1,5 @@
|
|
|
package me.lortseam.completeconfig.example;
|
|
|
|
|
|
-import me.lortseam.completeconfig.gui.ConfigScreenBuilder;
|
|
|
-import me.lortseam.completeconfig.gui.cloth.ClothConfigScreenBuilder;
|
|
|
import net.fabricmc.api.ModInitializer;
|
|
|
|
|
|
public class ExampleMod implements ModInitializer {
|
|
@@ -16,7 +14,6 @@ public class ExampleMod implements ModInitializer {
|
|
|
@Override
|
|
|
public void onInitialize() {
|
|
|
settings = new Settings();
|
|
|
- ConfigScreenBuilder.setMain(ExampleMod.MOD_ID, new ClothConfigScreenBuilder());
|
|
|
}
|
|
|
|
|
|
}
|