Skip to content

Commit

Permalink
Changed melon jacob limit to 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
May2Beez authored Nov 9, 2023
2 parents 03aa0ea + df8aa1f commit ea57bab
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 ea57bab

Please sign in to comment.