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/plains.json
2021-08-08 21:22:19 -07:00

241 lines
6.5 KiB
JSON

{
"name": "Frozen Plains",
"derivative": "SNOWY_TAIGA",
"color": "#3E5D8F",
"rarity": 1,
"vanillaDerivative": "SNOWY_TAIGA",
"children": ["frozen/hills"],
"generators": [{
"min": 6,
"max": 11,
"generator": "plain"
}],
"customDerivitives": [{
"category": "icy",
"id": "frozen_plains",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"waterFogColor": "#216FC4",
"downfallType": "snow",
"temperature": -3,
"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.5
},
"palette": [
{
"data": {"layers": 1},
"block": "minecraft:snow"
},
{"block": "minecraft:air"}
]
}],
"objects": [
{
"chance": 2.56E-4,
"snow": 0.25,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/grave1"]
},
{
"chance": 0.005,
"edit": [{
"find": [{"block": "minecraft:vine"}],
"replace": {"palette": [{"block": "minecraft: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"
]
},
{
"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": "minecraft:spruce_leaves"}],
"replace": {
"style": {
"style": "PERLIN",
"zoom": 0.2
},
"palette": [
{"block": "minecraft:oak_leaves"},
{"block": "minecraft: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"
]
},
{
"mode": "PAINT",
"chance": 0.00975,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["clutter/camp1"]
},
{
"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"
]
},
{
"chance": 0.0125,
"density": 1,
"place": ["structures/snowulder"]
}
],
"wall": {"palette": [
{"block": "minecraft:stone"},
{"block": "minecraft:andesite"}
]}
}