9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/beach_tropical.json
2020-01-25 17:20:45 -05:00

28 lines
531 B
JSON

{
"name": "Tropical Beach",
"derivative": "JUNGLE",
"type": "FRONT",
"genHeight": 0,
"surface": [
"CONCRETE_POWDER:4",
"CONCRETE_POWDER:0",
"SAND",
"CONCRETE_POWDER:15"
],
"surfaceScale": 0.1,
"surfaceType": "simplex",
"subSurface": [
"SAND",
"SAND",
"SAND",
"CLAY",
"GRAVEL"
],
"scatter":[
"WOOD_BUTTON:5=0.16"
],
"objects": [
"tree/palm/medium=1.74",
"tree/palm/small=4.27"
]
}