9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/tem-birch-forest.json

254 lines
6.4 KiB
JSON

{
"name": "Temperate Birch Forest",
"derivative": "PLAINS",
"vanillaDerivative": "BIRCH_FOREST",
"children": ["temperate/tem-birch-denmyre"],
"generators": [{
"min": 4,
"max": 7,
"generator": "smooth-dunes"
}],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-temperate"
}
],
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.656,
"palette": [
{
"weight": 19,
"block": "grass_block"
},
{"block": "gravel"},
{
"weight": 19,
"block": "grass_block"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{"block": "dirt"},
{"block": "coarse_dirt"}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
}
],
"entityInitialSpawns": [
{
"entity": "cow",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "pig",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "sheep",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 7
},
{
"entity": "bee",
"maxSpawns": 5,
"minSpawns": 1,
"rarity": 2
}
],
"objects": [
{
"mode": "PAINT",
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["camp/barrel-bin"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"mode": "PAINT",
"chance": 0.00375,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": ["camp/camp"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 1,
"density": 4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"birch-antioch/antioch-3",
"birch-antioch/antioch-4",
"birch-antioch/antioch-5",
"birch-antioch/antioch-6",
"birch-antioch/antioch-7",
"birch-antioch/antioch-8",
"birch-antioch/antioch-9",
"birch-antioch/antioch-10",
"birch-antioch/antioch-11",
"birch-antioch/antioch-12",
"birch-antioch/antioch-13"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.08,
"density": 4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"birch-remade/b1",
"birch-remade/b2",
"birch-remade/b3",
"birch-remade/b4"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.08,
"density": 4,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"birch-antioch/antioch-3-b",
"birch-antioch/antioch-4-b",
"birch-antioch/antioch-5-b",
"birch-antioch/antioch-6-b"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"biomeZoom": 60,
"biomeStyle": {"style": "IRIS"},
"decorators": [
{
"chance": 0.09,
"variance": {"style": "STATIC"},
"zoom": 0.1,
"palette": [
{"block": "grass"},
{"block": "allium"},
{"block": "poppy"},
{"block": "dandelion"},
{"block": "azure_bluet"},
{"block": "pink_tulip"},
{"block": "lily_of_the_valley"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.4,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "grass"}],
"style": {"style": "STATIC"}
},
{
"chance": 0.017,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [{"block": "tall_grass"}],
"style": {"style": "STATIC"}
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}