mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
27 lines
414 B
JSON
27 lines
414 B
JSON
{
|
|
"name": "Beach",
|
|
"derivative": "BEACHES",
|
|
"type": "FRONT",
|
|
"height": 0,
|
|
"surface": [
|
|
"SAND"
|
|
],
|
|
"subSurface": [
|
|
"SAND",
|
|
"SAND",
|
|
"SAND",
|
|
"CLAY",
|
|
"GRAVEL"
|
|
],
|
|
"rock": [
|
|
"SANDSTONE"
|
|
],
|
|
"scatter":[
|
|
"DEAD_BUSH=0.008"
|
|
],
|
|
"objects": [
|
|
"tree/palm/medium=0.5",
|
|
"tree/palm/small=0.4"
|
|
|
|
]
|
|
} |