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
Daniel Mills 3ccc523da9 f
2020-01-22 14:31:04 -05:00

22 lines
402 B
JSON

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