Skip to content

Commit

Permalink
Fix accidently using an outdated version of the ocean bed rates
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Jun 4, 2024
1 parent 8c090e7 commit f6e5973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/mapgen/ocean.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"fill_ter": "t_ocean_bed",
"furniture": {
" ": [
[ "f_null", 6296 ],
[ "f_null", 2376 ],
[ "f_algae_red", 4 ],
[ "f_algae_green", 3 ],
[ "f_kelp_sugar", 1 ],
[ "f_boulder_small", 36 ],
[ "f_boulder_medium", 24 ],
[ "f_boulder_large", 4 ],
[ "f_boulder_small", 8 ],
[ "f_boulder_medium", 4 ],
[ "f_boulder_large", 2 ],
[ "f_sea_anemone", 1 ],
[ "f_sea_sponge", 1 ]
]
Expand Down

0 comments on commit f6e5973

Please sign in to comment.