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
Daniel Mills 3e21ddee03 height
2020-01-21 18:55:14 -05:00

27 lines
488 B
JSON

{
"name": "Desert Hills",
"derivative": "DESERT_HILLS",
"type": "LAND",
"parent": "Desert",
"region": "hot",
"genHeight": 0,
"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"
]
}