Skip to content

Commit

Permalink
Update src/main/java/com/mitchej123/hodgepodge/config/TweaksConfig.java
Browse files Browse the repository at this point in the history
show default value in config

Co-authored-by: Wilhelm Schuster <ws@rot13.io>
  • Loading branch information
Midnight145 and wlhlm authored Dec 10, 2024
1 parent 0369476 commit ef3e3d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public class TweaksConfig {
@Config.DefaultInt(64)
public static int ic2SeedMaxStackSize;

@Config.Comment("Ender Quarry RF Storage Override (0 to disable)")
@Config.Comment("Ender Quarry RF Storage Override (ExU default value: 10000000) (0 to use default value)")
@Config.RangeInt(min = 0)
@Config.DefaultInt(0)
public static int extraUtilitiesEnderQuarryOverride;
Expand Down

0 comments on commit ef3e3d7

Please sign in to comment.