mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
27 lines
530 B
JSON
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"
|
|
]
|
|
} |