9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/fzn-beach.json
Brian Fopiano bc61f33a22 More Fixes
2021-07-19 00:31:54 -07:00

178 lines
4.6 KiB
JSON

{
"name": "Frozen Beach",
"color": "#73B6FF",
"rarity": 1,
"derivative": "SNOWY_TAIGA",
"vanillaDerivative": "SNOWY_BEACH",
"layers": [
{
"minHeight": 0,
"maxHeight": 1,
"palette": [{"block": "snow_block"}]
},
{
"minHeight": 1,
"maxHeight": 1,
"palette": [{"block": "grass_block"}]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [{"block": "dirt"}]
}
],
"customDerivitives": [{
"id": "fznbeach",
"waterColor": "#216FC4",
"fogColor": "#A6D1FF",
"downfallType": "snow",
"temperature": -3,
"waterFogColor": "#216FC4",
"foliageColor": "#B8D0E1",
"grassColor": "#D0E1FF"
}],
"generators": [{
"min": -5,
"max": 1,
"generator": "plain"
}],
"seaLayers": [{
"minHeight": 1,
"maxHeight": 7,
"style": {"style": "STATIC"},
"palette": [{"block": "packed_ice"}]
}],
"objects": [
{
"chance": 0.003,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/twoicespike1",
"clutter/twoicespike2",
"clutter/twoicespike3",
"clutter/twoicespike4"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.05,
"density": 3,
"mode": "FAST_MIN_HEIGHT",
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/smoleicespike1",
"clutter/smoleicespike2",
"clutter/smoleicespike3",
"clutter/smoleicespike4",
"clutter/smoleicespike5",
"clutter/smoleicespike6",
"clutter/smoleicespike7",
"clutter/smoleicespike8",
"clutter/smoleicespike9"
],
"translate": {
"x": 0,
"y": -1,
"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/icespec1",
"clutter/icespec2",
"clutter/icespec3",
"clutter/icespec4",
"clutter/icespec5",
"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": -1,
"z": 0
}
},
{
"chance": 0.0125,
"density": 1,
"place": ["structures/snowulder"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"decorators": [{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.5
},
"palette": [
{
"data": {"layers": 1},
"block": "snow"
},
{"block": "air"}
]
}],
"slab": {
"style": {"style": "STATIC"},
"palette": [{
"data": {"layers": 5},
"block": "snow"
}]
}
}