9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/desert_red.json
Daniel Mills 89fe9fbe72 Rarities
2020-01-18 07:16:45 -05:00

28 lines
570 B
JSON

{
"name": "Desert Red",
"derivative": "MUTATED_DESERT",
"type": "LAND",
"parent": "Desert",
"region": "hot",
"height": 0,
"rarity": 1.5,
"surface": [
"SAND:1"
],
"subSurface": [
"RED_SANDSTONE"
],
"rock": [
"RED_SANDSTONE"
],
"scatter":[
"DEAD_BUSH=0.008"
],
"objects": [
"colossal/dead/massive=0.00043",
"bones/medium=0.005",
"tree/spruce/dead/medium=0.005",
"boulder/stone/medium=0.001",
"/colossal/dead/supermassive=0.0001"
]
}