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/plains.json
Daniel Mills 27422d569b Beautify
2021-07-23 08:56:57 -04:00

277 lines
7.1 KiB
JSON

{
"name": "Frozen Plains",
"derivative": "SNOWY_TAIGA",
"color": "#3E5D8F",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"children": ["frozen/hills"],
"generators": [
{
"min": 4,
"max": 6,
"generator": "mountain"
},
{
"min": 3,
"max": 5,
"generator": "plain"
}
],
"customDerivitives": [{
"id": "frozen_plains",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"layers": [
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 4,
"maxHeight": 7,
"palette": [{"block": "dirt"}]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "igloo"
},
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-snowy"
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"}
]
}],
"objects": [
{
"chance": 2.56E-4,
"snow": 0.25,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/grave1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.005,
"edit": [{
"find": [{"block": "vine"}],
"replace": {"palette": [{"block": "air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/obelisk1",
"clutter/obelisk2",
"clutter/obelisk3",
"clutter/obelisk4",
"clutter/obelisk5",
"clutter/obelisk6",
"clutter/obelisk7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.01,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icecluster1",
"clutter/icecluster2",
"clutter/icecluster3",
"clutter/icecluster4",
"clutter/icecluster5",
"clutter/icecluster6",
"clutter/icecluster7",
"clutter/icecluster8",
"clutter/icecluster9",
"clutter/icecluster10",
"clutter/icecluster11",
"clutter/singleicespike1",
"clutter/singleicespike2",
"clutter/singleicespike3",
"clutter/singleicespike4",
"clutter/singleicespike5"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.1,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"edit": [{
"find": [{"block": "spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "oak_leaves"},
{"block": "dark_oak_leaves"}
]
}
}],
"place": [
"trees/spruce/twirl1",
"trees/spruce/twirl2",
"trees/spruce/twirl3",
"trees/spruce/twirl4",
"trees/spruce/twirl5",
"trees/spruce/twirl6",
"trees/spruce/twirl7",
"trees/spruce/twirl8",
"trees/spruce/twirl9",
"trees/spruce/twirl10"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.5,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.0125,
"density": 1,
"place": ["structures/snowulder"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"wall": {"palette": [
{"block": "stone"},
{"block": "andesite"}
]}
}