mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
25 lines
467 B
JSON
25 lines
467 B
JSON
{
|
|
"name": "Desert",
|
|
"derivative": "DESERT",
|
|
"type": "LAND",
|
|
"region": "hot",
|
|
"genHeight": 0,
|
|
"surface": [
|
|
"SAND"
|
|
],
|
|
"subSurface": [
|
|
"SANDSTONE"
|
|
],
|
|
"rock": [
|
|
"SANDSTONE"
|
|
],
|
|
"scatter":[
|
|
"DEAD_BUSH=0.28",
|
|
"STONE_BUTTON:5=0.16"
|
|
],
|
|
"objects": [
|
|
"tree/colossal/dead/massive=0.001",
|
|
"tree/colossal/dead/superlarge=0.001",
|
|
"cactus/small/white=0.1"
|
|
]
|
|
} |