9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/biomes/temperate-wilds.json
2020-08-14 15:30:41 -07:00

127 lines
3.0 KiB
JSON

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