Skip to content

Commit

Permalink
Update ModConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish authored Aug 26, 2024
1 parent 6c1987f commit b4faf68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/ro/fishmc/ModConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
import org.jetbrains.annotations.NotNull;

public class ModConfig extends Config {
public boolean aBoolean = true;
public JavaTestConfig() {
super(Identifier.of("config_test","java_config"),"test");
}
}

0 comments on commit b4faf68

Please sign in to comment.