9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/beach.json
2020-01-17 07:38:54 -05:00

20 lines
325 B
JSON

{
"name": "Beach",
"derivative": "BEACHES",
"type": "FRONT",
"height": 0,
"surface": [
"SAND"
],
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"objects": [
"tree/palm/medium=0.75",
"tree/palm/small=1.88"
]
}