9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/overworld/biomes/temperate-wilds.json
Daniel Mills 91764a8085 Fix JSON
2020-08-15 21:26:17 -04:00

122 lines
2.9 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": [
{
"zoom": 0.02,
"chance": 0.003,
"palette": ["WITHER_ROSE", "OXEYE_DAISY", "PINK_TULIP", "LILY_OF_THE_VALLEY"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.1,
"chance": 0.02,
"palette": ["SUNFLOWER", "DANDELION", "POPPY", "ROSE_BUSH"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.2,
"chance": 0.22,
"palette": ["LARGE_FERN", "TALL_GRASS"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.3,
"chance": 0.42,
"palette": ["GRASS", "FERN"],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
,
{
"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"
]
}