Skip to content

Commit

Permalink
updated fabric
Browse files Browse the repository at this point in the history
- also code quality improvments
  • Loading branch information
1holz committed Aug 10, 2022
1 parent a196736 commit ac3cc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs = -Xmx4G
# check these on https://fabricmc.net/use
minecraft_version = 1.19
yarn_build = 4
loader_version = 0.14.8
loader_version = 0.14.9

# Mod Properties
mod_version = 0.0.1
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/de/einholz/ehdynview/config/ConfigMgr.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public final class ConfigMgr {
private static String path = Paths.get(FabricLoader.getInstance().getConfigDir().toString(), "ehdynview.json").toString();
private static Jankson jankson = Jankson.builder().build();

private ConfigMgr() {}

public static void load() {
JsonObject json = new JsonObject();
try {
Expand Down

0 comments on commit ac3cc05

Please sign in to comment.