Skip to content

Commit

Permalink
Fix zhVariant write
Browse files Browse the repository at this point in the history
(cherry picked from commit fc20de9)
  • Loading branch information
Dianliang233 committed Aug 14, 2024
1 parent be3482b commit 3fffe5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static void save(Boolean requireReload) {
.name("requiresConfirmation").value(requiresConfirmation)
.name("language").value(language)
.name("raycastMaxReach").value(raycastMaxReach)
.name("zhVariant").value(language)
.name("zhVariant").value(zhVariant)
.name("raycastAllowFluid").value(raycastAllowFluid)
.endObject().close();
} catch (IOException e) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ archives_base_name=heywiki
maven_group=wiki.minecraft.heywiki
enabled_platforms=fabric,neoforge
enabled_platforms_snapshot=fabric
mod_version=1.5.6+1.20.4
mod_version=1.5.7+1.20.4
# Loader versions
minecraft_version=1.20.4
minecraft_version_range=1.20.4
Expand Down

0 comments on commit 3fffe5f

Please sign in to comment.