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

256 lines
6.9 KiB
JSON

{
"name": "Frozen Vander",
"derivative": "SNOWY_MOUNTAINS",
"color": "#587C89",
"rarity": 4,
"vanillaDerivative": "SNOWY_MOUNTAINS",
"layers": [
{
"maxHeight": 3,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "ice"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"customDerivitives": [{
"id": "frozen_vander",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"decorators": [{
"chance": 0.5,
"minHeight": 1,
"maxHeight": 1,
"style": {
"style": "IRIS",
"zoom": 0.7
},
"zoom": 0.6,
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"}
]
}],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 44,
"generator": "mountain"
}
],
"objects": [
{
"chance": 0.02,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mushroom/ice1",
"trees/mushroom/ice2",
"trees/mushroom/ice3",
"trees/mushroom/ice4",
"trees/mushroom/ice5",
"trees/mushroom/ice6",
"trees/mushroom/ice7",
"trees/mushroom/ice8",
"trees/mushroom/ice9"
],
"translate": {
"x": 0,
"y": -5,
"z": 0
}
},
{
"chance": 0.1,
"mode": "FAST_MIN_HEIGHT",
"density": 3,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/mushroom/froShroom1",
"trees/mushroom/froShroom2",
"trees/mushroom/froShroom3",
"trees/mushroom/froShroom4",
"trees/mushroom/froShroom5",
"trees/mushroom/froShroom6",
"trees/mushroom/froShroom7",
"trees/mushroom/froShroom8",
"trees/mushroom/froShroom9"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.45,
"density": 3,
"edit": [
{
"find": [{"block": "spruce_planks"}],
"replace": {"palette": [{"block": "stripped_spruce_wood"}]}
},
{
"find": [{"block": "oak_wood"}],
"replace": {"palette": [{"block": "dark_oak_wood"}]}
},
{
"find": [{"block": "spruce_fence"}],
"replace": {"palette": [{"block": "dark_oak_fence"}]}
},
{
"find": [{"block": "spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "oak_leaves"},
{"block": "dark_oak_leaves"}
]
}
}
],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/sproak/generic1",
"trees/sproak/generic2",
"trees/sproak/generic3",
"trees/sproak/generic4",
"trees/sproak/generic5",
"trees/sproak/generic7",
"trees/sproak/generic8",
"trees/sproak/generic9",
"trees/sproak/generic10",
"trees/sproak/generic11",
"trees/sproak/generic12"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.1,
"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": 50,
"biomeStyle": {"style": "SIMPLEX"},
"childShrinkFactor": 20,
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
]
}