Skip to content

Commit

Permalink
Realised it should probably be a regional furniture but until #73602
Browse files Browse the repository at this point in the history
…is done that'd be a pain
  • Loading branch information
Procyonae committed Jun 4, 2024
1 parent f6e5973 commit f2bcf95
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions data/json/mapgen/ocean.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@
"om_terrain": [ "ocean_bed" ],
"object": {
"fill_ter": "t_ocean_bed",
"//": "Should be converted to a region setting entry in #73602/once it merges",
"nested": { " ": { "chunks": [ [ "tmp_nest_f_region_ocean_bed", 1 ], [ "null", 99 ] ] } }
}
},
{
"type": "mapgen",
"method": "json",
"nested_mapgen_id": "tmp_nest_f_region_ocean_bed",
"object": {
"mapgensize": [ 1, 1 ],
"furniture": {
" ": [
[ "f_null", 2376 ],
[ "f_algae_red", 4 ],
[ "f_algae_green", 3 ],
[ "f_kelp_sugar", 1 ],
Expand All @@ -29,7 +38,8 @@
[ "f_sea_anemone", 1 ],
[ "f_sea_sponge", 1 ]
]
}
},
"flags": [ "ALLOW_TERRAIN_UNDER_OTHER_DATA" ]
}
}
]

0 comments on commit f2bcf95

Please sign in to comment.