9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/desert.json
Daniel Mills 84a8c36cf0 Fix
2020-01-24 19:04:56 -05:00

24 lines
433 B
JSON

{
"name": "Desert",
"derivative": "DESERT",
"type": "LAND",
"region": "hot",
"genHeight": 0,
"surface": [
"SAND"
],
"subSurface": [
"SANDSTONE"
],
"rock": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.08",
"STONE_BUTTON:5=0.16"
],
"objects": [
"tree/colossal/dead/massive=0.001",
"tree/colossal/dead/superlarge=0.001"
]
}