mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
33 lines
737 B
JSON
33 lines
737 B
JSON
{
|
|
"name": "Ice Mountains",
|
|
"derivative": "ICE_MOUNTAINS",
|
|
"type": "LAND",
|
|
"parent": "Mountains & Ice Forest",
|
|
"region": "snowy",
|
|
"genHeight": 0.108,
|
|
"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/spruce/medium=0.57",
|
|
"tree/spruce/small=1.7",
|
|
"tree/spruce/dead/medium=0.01",
|
|
"tree/evergreen/large=0.07",
|
|
"tree/evergreen/medium=0.37",
|
|
"mushroom/ice=0.03"
|
|
]
|
|
} |