mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
25 lines
465 B
JSON
25 lines
465 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": [
|
|
"tree/colossal/dead/massive=0.001",
|
|
"tree/colossal/dead/superlarge=0.001"
|
|
]
|
|
} |