We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79570d0 commit a470034Copy full SHA for a470034
src/main/java/cc/polyfrost/example/config/TestConfig.java
@@ -25,6 +25,7 @@ public class TestConfig extends Config {
25
26
public TestConfig() {
27
super(new Mod(ExampleMod.NAME, ModType.UTIL_QOL), ExampleMod.MODID + ".json");
28
+ initialize();
29
}
30
31
0 commit comments