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_midnight.json
Brian Fopiano c0fd41ff30 midnighjt
2020-01-26 20:29:01 -08:00

38 lines
847 B
JSON

{
"name": "Midnight Desert",
"derivative": "MUTATED_DESERT",
"type": "LAND",
"parent": "Desert Red",
"region": "hot",
"genHeight": 0,
"rarity": 175,
"surfaceType": "simplex",
"subSurfaceType": "simplex",
"rockType": "simplex",
"surfaceScale": 0.45,
"surface": [
"CONCRETE_POWDER:10",
"CONCRETE_POWDER:11",
"CONCRETE_POWDER:15",
"CONCRETE_POWDER:15"
],
"subSurface": [
"CONCRETE:10",
"CONCRETE:11",
"CONCRETE:15"
],
"rock": [
"CONCRETE:10",
"CONCRETE:11",
"CONCRETE:15"
],
"scatter":[
"DEAD_BUSH=0.008",
"STONE_BUTTON:5=0.16"
],
"objects": [
"tree/colossal/dead/massive=0.001",
"tree/colossal/dead/superlarge=0.001",
"hands/bone/large=0.01"
]
}