Skip to content

Commit

Permalink
Hop Rhizomes spawn (#68975)
Browse files Browse the repository at this point in the history
* Hop Rhizomes spawn

Fix Hop Rhizomes spawn groups.

* Update agriculture.json

* Update agriculture.json
  • Loading branch information
LordBarkBread authored Oct 29, 2023
1 parent 726df8d commit 033a9b7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
[ "seed_horseradish", 10 ],
[ "seed_spurge", 10 ],
[ "seed_popcorn", 10 ],
[ "seed_mustard", 10 ]
[ "seed_mustard", 10 ],
[ "seed_hops", 20 ]
]
},
{
Expand Down Expand Up @@ -102,7 +103,7 @@
[ "oats", 6 ],
[ "barley", 6 ],
[ "sugar_beet", 4 ],
[ "hops", 4 ],
[ "hops", 5 ],
[ "cotton_boll", 1 ],
[ "seed_cotton_boll", 1 ],
[ "seed_wheat", 1 ],
Expand All @@ -127,7 +128,7 @@
[ "seed_corn", 1 ],
[ "soybean_seed", 1 ],
[ "raw_edamame", 1 ],
[ "seed_hops", 1 ],
[ "seed_hops", 4 ],
[ "seed_beans", 1 ],
[ "seed_lentils", 1 ],
[ "seed_chili_pepper", 1 ],
Expand Down

0 comments on commit 033a9b7

Please sign in to comment.