9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/desert_red.json
Daniel Mills a7e6f422b8 Forests
2020-01-26 23:17:38 -05:00

27 lines
530 B
JSON

{
"name": "Desert Red",
"derivative": "MUTATED_DESERT",
"type": "LAND",
"parent": "Desert",
"region": "hot",
"genHeight": 0,
"rarity": 1.5,
"surface": [
"SAND:1"
],
"subSurface": [
"RED_SANDSTONE"
],
"rock": [
"RED_SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.18",
"STONE_BUTTON:5=0.16"
],
"objects": [
"tree/colossal/dead/massive=0.001",
"tree/colossal/dead/superlarge=0.001",
"cactus/small/red=0.1"
]
}