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

300 lines
7.1 KiB
JSON

{
"vanillaDerivative": "BIRCH_FOREST",
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
],
"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}
],
"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,
"derivative": "PLAINS",
"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"
}
}
],
"children": [
"temperate-birch-denmyre"
],
"name": "Birch Forest",
"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"
}
]
}
],
"generators": [
{
"min": 4,
"max": 7,
"generator": "plain"
}
],
"loot": {
"tables": [
"forest-food"
]
},
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
},
"biomeScatter": [
"FOREST",
"PLAINS"
]
}