Skip to content

Commit

Permalink
UDOC-0 - Fix config comment about raise slim skin shoulders
Browse files Browse the repository at this point in the history
  • Loading branch information
telvarost committed Apr 2, 2024
1 parent b074c95 commit 3a2386a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add ability to raise slim skin shoulders
- Fix config comment about raise slim skin shoulders
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=b1.7.3+build.8
loader_version=0.14.24-babric.1

# Mod Properties
mod_version = 1.3.0
mod_version = 1.3.1
maven_group = pl.telvarost
archives_base_name = mojangfixstationapi

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/pl/telvarost/mojangfixstationapi/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static class ConfigFields {
public Boolean prioritizeMojangProvider = false;

@ConfigName("Raise Slim Skin Shoulders")
@Comment("Reload world for changes to take effect")
@Comment("Restart required for changes to take effect")
public Boolean raiseSlimSkinShoulders = false;

@ConfigName("Use Resources Download URL")
Expand Down

0 comments on commit 3a2386a

Please sign in to comment.