9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-04 15:31:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/ice_mountains.json
Daniel Mills 3ccc523da9 f
2020-01-22 14:31:04 -05:00

26 lines
498 B
JSON

{
"name": "Ice Mountains",
"derivative": "ICE_MOUNTAINS",
"type": "LAND",
"parent": "Mountains & Ice Forest",
"region": "snowy",
"genHeight": 0,
"rarity": 1.5,
"cliffScale": 1.29,
"cliffChance": 0.52,
"cliffs": true,
"surface": [
"SNOW_BLOCK"
],
"subSurfaceDepth": 3,
"subSurface": [
"PACKED_ICE"
],
"rock": [
"PACKED_ICE"
],
"objects": [
"spire/small=0.13",
"spire/medium=0.01"
]
}