mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
27 lines
488 B
JSON
27 lines
488 B
JSON
{
|
|
"name": "Desert Hills",
|
|
"derivative": "DESERT_HILLS",
|
|
"type": "LAND",
|
|
"parent": "Desert",
|
|
"region": "hot",
|
|
"height": 0.01,
|
|
"genAmplifier": 0.26,
|
|
"genScale": 1.25,
|
|
"surface": [
|
|
"SAND"
|
|
],
|
|
"subSurface": [
|
|
"SANDSTONE"
|
|
],
|
|
"rock": [
|
|
"SANDSTONE"
|
|
],
|
|
"scatter":[
|
|
"DEAD_BUSH=0.005"
|
|
],
|
|
"objects": [
|
|
"tree/colossal/dead/massive=0.001",
|
|
"tree/colossal/dead/superlarge=0.001"
|
|
|
|
]
|
|
} |