mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
22 lines
399 B
JSON
22 lines
399 B
JSON
{
|
|
"name": "Desert",
|
|
"derivative": "DESERT",
|
|
"type": "LAND",
|
|
"region": "hot",
|
|
"height": 0,
|
|
"surface": [
|
|
"SAND"
|
|
],
|
|
"subSurface": [
|
|
"SANDSTONE"
|
|
],
|
|
"rock": [
|
|
"SANDSTONE"
|
|
],
|
|
"scatter":[
|
|
"DEAD_BUSH=0.008"
|
|
],
|
|
"objects": [
|
|
"tree/colossal/dead/massive=0.001",
|
|
"tree/colossal/dead/superlarge=0.001" ]
|
|
} |