Skip to content

Commit 42cb98d

Browse files
authored
Update TestConfig.java
1 parent f9a7ba8 commit 42cb98d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/cc/polyfrost/example/config/TestConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package cc.polyfrost.example.config;
22

3+
import cc.polyfrost.example.ExampleMod;
34
import cc.polyfrost.example.hud.TestHud;
45
import cc.polyfrost.oneconfig.config.Config;
56
import cc.polyfrost.oneconfig.config.annotations.HUD;
@@ -23,7 +24,7 @@ public class TestConfig extends Config {
2324
public static boolean test = true;
2425

2526
public TestConfig() {
26-
super(new Mod("Example Mod", ModType.UTIL_QOL), "config/example_mod.json");
27+
super(new Mod(ExampleMod.NAME, ModType.UTIL_QOL), ExampleMod.MODID + ".json");
2728
}
2829
}
2930

0 commit comments

Comments
 (0)