9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/iris.overworld.temperate/biomes/temperate-birch-forest.json
2020-07-21 17:48:39 -07:00

119 lines
2.7 KiB
JSON

{
"name": "Birch Forest",
"layers": [
{
"palette": [
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"PODZOL"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"dispersion": "SCATTER",
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"decorators": [
{
"zoom": 0.1,
"chance": 0.09,
"palette": ["GRASS", "ALLIUM", "POPPY","DANDELION", "AZURE_BLUET", "PINK_TULIP", "LILY_OF_THE_VALLEY"],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.4,
"palette": ["GRASS"],
"dispersion": "SCATTER",
"variance": "SCATTER"
},
{
"zoom": 0.3,
"chance": 0.017,
"palette": ["TALL_GRASS"],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"objects": [
{
"chance": 3,
"density": 7,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": false
},
"enabled": false
},
"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
}
}
],
"generators":[
{
"generator": "plain",
"min": 4,
"max": 7
},
{
"generator": "wavy",
"min": 0,
"max": 3
}
],
"derivative": "PLAINS",
"biomeDispersion": "WISPY",
"biomeZoom": 60,
"biomeScatter": [
"FOREST",
"PLAINS"
],
"biomeSkyScatter": [
"FOREST",
"JUNGLE"
]
}