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-wilds.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

141 lines
2.8 KiB
JSON

{
"name": "Wilds",
"layers": [
{
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"children": [
"temperate-highlands"
],
"decorators": [
{
"chance": 0.22,
"palette": [
"LARGE_FERN",
"TALL_GRASS"
]
},
{
"chance": 0.42,
"palette": [
"GRASS",
"FERN"
]
},
{
"chance": 0.003,
"palette": [
"WITHER_ROSE",
"OXEYE_DAISY",
"PINK_TULIP",
"LILY_OF_THE_VALLEY"
]
},
{
"chance": 0.02,
"palette": [
"DANDELION",
"POPPY",
"ROSE_BUSH"
]
},
{
"zoom": 0.5,
"chance": 0.05,
"palette": [
"minecraft:potatoes[age=7]"
],
"style": {
"style": "IRIS"
},
"variance": {
"style": "IRIS"
}
},
{
"zoom": 0.5,
"chance": 0.05,
"palette": [
"minecraft:carrots[age=7]"
],
"style": {
"style": "IRIS"
},
"variance": {
"style": "IRIS"
}
},
{
"zoom": 0.5,
"chance": 0.05,
"palette": [
"minecraft:beetroots[age=7]"
],
"style": {
"style": "IRIS"
},
"variance": {
"style": "IRIS"
}
}
],
"generators": [
{
"generator": "plain",
"min": 4,
"max": 7
}
],
"derivative": "PLAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 40,
"biomeScatter": [
"FOREST",
"PLAINS",
"TAIGA_HILLS"
],
"biomeSkyScatter": [
"SWAMP",
"DESERT"
]
}