9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/desert.json
2020-01-16 01:49:01 -05:00

20 lines
313 B
JSON

{
"name": "Desert",
"derivative": "DESERT",
"region": "hot",
"surface": [
"SAND"
],
"subSurface": [
"SANDSTONE"
],
"rock": [
"SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],
"objects": [
"colossal/dead/massive=0.00023"
]
}