9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/fzn-beach.json
Brian Fopiano 594640b6b8 Make it snow
2021-07-16 05:42:46 -07:00

183 lines
4.7 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",
"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"}]
}],
"entityInitialSpawns": [{
"entity": "wolf",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 6
}],
"objects": [
{
"chance": 0.003,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"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": [
"ice-spikes/smol-ice-spike-1",
"ice-spikes/smol-ice-spike-2",
"ice-spikes/smol-ice-spike-3",
"ice-spikes/smol-ice-spike-4",
"ice-spikes/smol-ice-spike-5",
"ice-spikes/smol-ice-spike-6",
"ice-spikes/smol-ice-spike-7",
"ice-spikes/smol-ice-spike-8",
"ice-spikes/smol-ice-spike-9"
],
"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": [
"ice-spikes/ice-spec-1",
"ice-spikes/ice-spec-2",
"ice-spikes/ice-spec-3",
"ice-spikes/ice-spec-4",
"ice-spikes/ice-spec-5",
"ice-spikes/ic-1",
"ice-spikes/ic-2",
"ice-spikes/ic-3",
"ice-spikes/ic-4",
"ice-spikes/ic-5",
"ice-spikes/ic-6",
"ice-spikes/ic-7",
"ice-spikes/ic-8",
"ice-spikes/ic-9",
"ice-spikes/ic-10",
"ice-spikes/ic-11",
"ice-spikes/sp-1",
"ice-spikes/sp-2",
"ice-spikes/sp-3",
"ice-spikes/sp-4",
"ice-spikes/sp-5"
],
"translate": {
"x": 0,
"y": -1,
"z": 0
}
},
{
"chance": 0.0125,
"density": 1,
"place": ["snowy/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"
}]
}
}