Skip to content

Commit

Permalink
Changed default position for next jacob contest display
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Mar 19, 2023
1 parent cd5bb1c commit 7e3ba7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public class Garden {
@ConfigOption(name = "Jacob Contest Position", desc = "")
@ConfigEditorButton(runnableId = "nextJacobContest", buttonText = "Edit")
@ConfigAccordionId(id = 14)
public Position nextJacobContestPos = new Position(16, -232, false, true);
public Position nextJacobContestPos = new Position(-113, -240, false, true);

@Expose
@ConfigOption(name = "Plot Price", desc = "Show the price of the plot in coins when inside the Configure Plots inventory.")
Expand Down

0 comments on commit 7e3ba7e

Please sign in to comment.