9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/desert.json
2020-01-17 07:38:54 -05:00

26 lines
505 B
JSON

{
"name": "Desert",
"derivative": "DESERT",
"type": "LAND",
"region": "hot",
"height": 0,
"surface": [
"SAND"
],
"subSurface": [
"SANDSTONE"
],
"rock": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],
"objects": [
"colossal/dead/massive=0.00023",
"bones/medium=0.005",
"tree/spruce/dead/medium=0.005",
"boulder/stone/medium=0.001",
"/colossal/dead/supermassive=0.0001"
]
}