9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/peak.json
Brian Fopiano b28ba74d14 Simplexify, Spedup
No visual Difference for dome reason but its faster lol
2021-07-23 21:13:12 -07:00

193 lines
5.0 KiB
JSON

{
"name": "Frozen Peak",
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"color": "#48ADEA",
"vanillaDerivative": "SNOWY_TAIGA_MOUNTAINS",
"customDerivitives": [{
"id": "frozen_peak",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "ice"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "ice"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"weight": 2,
"block": "packed_ice"
},
{
"data": {"axis": "x"},
"block": "basalt"
},
{"block": "blackstone"},
{"block": "packed_ice"},
{"block": "cobblestone"},
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"weight": 2,
"block": "packed_ice"
},
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"weight": 2,
"block": "packed_ice"
},
{"block": "obsidian"},
{"block": "packed_ice"},
{
"data": {"axis": "x"},
"block": "basalt"
},
{
"weight": 4,
"block": "packed_ice"
},
{
"data": {"axis": "y"},
"block": "basalt"
},
{
"weight": 4,
"block": "packed_ice"
},
{
"data": {"axis": "z"},
"block": "basalt"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"generators": [
{
"min": 14,
"max": 24,
"generator": "plain"
},
{
"min": 56,
"max": 96,
"generator": "mountain"
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.23
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"}
]
}],
"objects": [
{
"chance": 0.003,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5",
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.05,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5",
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 30,
"biomeStyle": {"style": "SIMPLEX"},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
]
}