Skip to content

Commit

Permalink
Fix short_grass missing in Market Prices
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Jan 14, 2024
1 parent 8df9caf commit c44025e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,7 @@ public void setMarketRestockAmount(long amount) {

// Plants / Decor
.put("grass", 2.1)
.put("short_grass", 2.1)
.put("tall_grass", 3.4)
.put("fern", 2.1)
.put("large_fern", 3.4)
Expand Down

0 comments on commit c44025e

Please sign in to comment.