Skip to content

Commit

Permalink
No reason for this to have config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmelon54 committed Jul 4, 2024
1 parent 3c5bc4e commit 2c7878e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 36 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@

public class Infrastructury {
public static final String MOD_ID = "infrastructury";
public static ConfigStructure CONFIG = AutoConfig.register(ConfigStructure.class, JanksonConfigSerializer::new).get();

public static void init() {
registerConfigScreen((mc, screen) -> createConfigScreen(screen).get());
}

public static Supplier<Screen> createConfigScreen(Screen screen) {
return AutoConfig.getConfigScreen(ConfigStructure.class, screen);
}

public static boolean showDebugScreen() {
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"entrypoints": {
"main": [
"com.mrmelon54.infrastructury.fabric.InfrastructuryFabric"
],
"modmenu": [
"com.mrmelon54.infrastructury.ModMenuIntegration"
]
},
"mixins": [
Expand Down
3 changes: 0 additions & 3 deletions quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"entrypoints": {
"init": [
"com.mrmelon54.infrastructury.quilt.InfrastructuryQuilt"
],
"modmenu": [
"com.mrmelon54.infrastructury.ModMenuIntegration"
]
},
"depends": [
Expand Down

0 comments on commit 2c7878e

Please sign in to comment.