Skip to content

Commit

Permalink
Fix crash due to broken MidnightLib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Jun 12, 2022
1 parent 417cd3e commit e8e563a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.6

# Mod Properties
mod_version = 1.3.1
mod_version = 1.3.2
maven_group = net.puzzlemc
archives_base_name = puzzle

Expand All @@ -27,5 +27,5 @@ org.gradle.jvmargs=-Xmx1G
cem_version = 0.7.1
complete_config_version = 1.0.0
spruceui_version=3.3.3+1.18
midnightlib_version=0.5.1
midnightlib_version=0.5.2
entitytexturefeatures_version=3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public void onInitializeClient() {
if (FabricLoader.getInstance().isModLoaded("iris") && !PuzzleConfig.disabledIntegrations.contains("iris")) {
IrisCompat.init();
}
AutoModMenu.hideFromModMenu("puzzle");
}
public static boolean lateInitDone = false;
public static void lateInit() { // Some mods are initialized after Puzzle, so we can't access them in our ClientModInitializer
Expand Down

0 comments on commit e8e563a

Please sign in to comment.