mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
20 lines
313 B
JSON
20 lines
313 B
JSON
{
|
|
"name": "Desert",
|
|
"derivative": "DESERT",
|
|
"region": "hot",
|
|
"surface": [
|
|
"SAND"
|
|
],
|
|
"subSurface": [
|
|
"SANDSTONE"
|
|
],
|
|
"rock": [
|
|
"SANDSTONE"
|
|
],
|
|
"scatter":[
|
|
"DEAD_BUSH=0.008"
|
|
],
|
|
"objects": [
|
|
"colossal/dead/massive=0.00023"
|
|
]
|
|
} |