9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/pine-plains.json
2021-08-08 21:22:19 -07:00

135 lines
3.4 KiB
JSON

{
"name": "Frozen Pine Plains",
"derivative": "SNOWY_TAIGA",
"color": "#164898",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"children": ["frozen/pine-hills"],
"generators": [{
"generator": "plain",
"max": 16,
"min": 13
}],
"customDerivitives": [{
"category": "icy",
"id": "frozen_pine_plains",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "minecraft:snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "minecraft:grass_block"}]
},
{
"minHeight": 4,
"maxHeight": 7,
"palette": [{"block": "minecraft:dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"},
{"block": "minecraft:stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.29
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
},
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.01,
"palette": [{"block": "minecraft:cornflower"}],
"style": {"style": "STATIC"}
}
],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]},
"objects": [{
"edit": [{
"find": [{"block": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft:dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/pine1",
"trees/spruce/pine2",
"trees/spruce/pine3",
"trees/spruce/pine4",
"trees/spruce/pine5",
"trees/spruce/pine6",
"trees/spruce/pine7",
"trees/spruce/pine8",
"trees/spruce/pine9"
],
"chance": 0.2,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"warp": {
"style": "IRIS_DOUBLE",
"exponent": 1.2,
"zoom": 0.4
},
"snow": 0.1
}]
}