9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/frozen-redwoods-forest.json

255 lines
6.5 KiB
JSON

{
"vanillaDerivative": "SNOWY_TAIGA",
"biomeSkyScatter": [
"SNOWY_TAIGA",
"SNOWY_MOUNTAINS"
],
"objects": [
{
"chance": 0.02,
"density": 3,
"snow": 0.35,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"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",
"ice-spikes/tp-1",
"ice-spikes/tp-2",
"ice-spikes/tp-3",
"ice-spikes/tp-4"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.4,
"density": 2,
"edit": [
{
"find": [
{
"block": "birch_leaves"
},
{
"block": "spruce_leaves"
},
{
"block": "oak_leaves"
}
],
"replace": {
"palette": [
{
"weight": 4,
"block": "ice"
},
{
"block": "packed_ice"
}
]
}
}
],
"snow": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"true-redwood/true-redwood-1",
"true-redwood/true-redwood-2",
"true-redwood/true-redwood-3",
"true-redwood/true-redwood-4",
"true-redwood/true-redwood-5",
"true-redwood/true-redwood-6",
"true-redwood/true-redwood-7",
"true-redwood/true-redwood-8",
"true-redwood/true-redwood-9",
"true-redwood/true-redwood-10"
],
"translate": {
"x": 0,
"y": -10,
"z": 0
}
},
{
"chance": 0.05,
"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"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"entityInitialSpawns": [
{"entity": "sheep", "maxSpawns": 1, "minSpawns": 1, "rarity": 6},
{"entity": "wolf", "maxSpawns": 1, "minSpawns": 1, "rarity": 6}
],
"biomeZoom": 30,
"derivative": "SNOWY_TAIGA_MOUNTAINS",
"biomeStyle": {
"style": "IRIS"
},
"decorators": [
{
"chance": 1,
"variance": {
"style": "IRIS",
"zoom": 0.25
},
"palette": [
{
"data": {
"layers": 1
},
"block": "snow"
},
{
"data": {
"layers": 2
},
"block": "snow"
},
{
"data": {
"layers": 3
},
"block": "snow"
},
{
"data": {
"layers": 4
},
"block": "snow"
}
]
}
],
"children": [
"frozen-peak",
"frozen-mountains"
],
"name": "Frozen Redwoods",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
{
"block": "snow_block"
}
]
},
{
"minHeight": 2,
"maxHeight": 4,
"palette": [
{
"block": "packed_ice"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"generators": [
{
"min": 3,
"max": 16,
"generator": "plain"
},
{
"min": 13,
"max": 48,
"generator": "mountain"
}
],
"childShrinkFactor": 20,
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"SNOWY_TAIGA_MOUNTAINS",
"TAIGA_HILLS",
"MOUNTAINS",
"ICE_SPIKES"
]
}