Skip to content

Commit

Permalink
Update Config.java
Browse files Browse the repository at this point in the history
I Needed this thanks <3
  • Loading branch information
osamabeinglagging authored Nov 9, 2023
1 parent 03aa0ea commit df8aa1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/jelly/farmhelper/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -680,9 +680,9 @@ public static void saveRewarpConfig() {
@Slider(
name = "Melon Cap", category = JACOBS_CONTEST, subcategory = "Jacob's Contest",
description = "The melon cap",
min = 10000, max = 2000000, step = 10000
min = 10000, max = 5000000, step = 10000
)
public int jacobMelonCap = 1234000;
public int jacobMelonCap = 2000000;
@Slider(
name = "Pumpkin Cap", category = JACOBS_CONTEST, subcategory = "Jacob's Contest",
description = "The pumpkin cap",
Expand Down

0 comments on commit df8aa1f

Please sign in to comment.