9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/temperate-highlands.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

173 lines
3.8 KiB
JSON

{
"name": "Highlands",
"rarity": 4,
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.256,
"palette": [
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"PODZOL",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK",
"GRASS_BLOCK"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT"
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
}
],
"objects": [
{
"chance": 0.35,
"density": 2,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/oak-clutt-1",
"clutter/oak-clutt-2",
"clutter/oak-clutt-3",
"clutter/oak-clutt-4",
"clutter/oak-clutt-5",
"clutter/birch-clutt-1",
"clutter/birch-clutt-2",
"clutter/birch-clutt-3",
"clutter/birch-clutt-4",
"clutter/birch-clutt-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"STONE",
"ANDESITE",
"STONE"
]
},
"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.122,
"palette": [
"LARGE_FERN",
"TALL_GRASS"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.142,
"palette": [
"GRASS",
"FERN"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain-chaotic",
"min": 22,
"max": 44
}
],
"derivative": "PLAINS",
"biomeStyle": {
"style": "IRIS"
},
"biomeZoom": 9,
"biomeScatter": [
"FOREST",
"TAIGA",
"SWAMP",
"TAIGA_HILLS"
],
"biomeSkyScatter": [
"SWAMP",
"DESERT"
]
}