9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/temperate-wilds.json
2020-08-27 23:33:49 -07:00

169 lines
3.5 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"
],
"objects": [
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"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"
]
}