9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/biomes/ice_mountains.json
Brian Fopiano 58b652ca39 OWo
2020-01-19 04:54:36 -08:00

32 lines
674 B
JSON

{
"name": "Ice Mountains",
"derivative": "ICE_MOUNTAINS",
"type": "LAND",
"parent": "Mountains & Ice Forest",
"region": "snowy",
"genHeight": 0.108,
"rarity": 1.5,
"genAmplifier": 1.02,
"genScale": 0.685,
"genSwirl": 3.44,
"genSwirlScale": 12.5,
"cliffScale": 0.75,
"cliffChance": 0.432,
"cliffs": true,
"surface": [
"SNOW_BLOCK"
],
"subSurfaceDepth": 3,
"subSurface": [
"PACKED_ICE"
],
"rock": [
"PACKED_ICE"
],
"objects": [
"tree/evergreen/large=0.2",
"tree/evergreen/medium=0.4",
"mushroom/ice=0.05",
"spire/small=0.01"
]
}