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 f9a7ba8 commit 42cb98dCopy full SHA for 42cb98d
src/main/java/cc/polyfrost/example/config/TestConfig.java
@@ -1,5 +1,6 @@
1
package cc.polyfrost.example.config;
2
3
+import cc.polyfrost.example.ExampleMod;
4
import cc.polyfrost.example.hud.TestHud;
5
import cc.polyfrost.oneconfig.config.Config;
6
import cc.polyfrost.oneconfig.config.annotations.HUD;
@@ -23,7 +24,7 @@ public class TestConfig extends Config {
23
24
public static boolean test = true;
25
26
public TestConfig() {
- super(new Mod("Example Mod", ModType.UTIL_QOL), "config/example_mod.json");
27
+ super(new Mod(ExampleMod.NAME, ModType.UTIL_QOL), ExampleMod.MODID + ".json");
28
}
29
30
0 commit comments