9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/desert_hills.json
2020-01-18 02:49:03 -05:00

29 lines
592 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": [
"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"
]
}