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-oak.json
2021-06-08 14:05:36 -07:00

294 lines
7.0 KiB
JSON

{
"name": "Oak",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"children": [
"temperate-oak-hills"
],
"generators": [
{
"generator": "smooth-dunes",
"max": 4,
"min": 3
}
],
"layers": [
{
"palette": [
{
"block": "grass_block"
},
{
"block": "grass_block"
},
{
"block": "grass_block"
},
{
"block": "podzol"
},
{
"block": "coarse_dirt"
}
]
},
{
"minHeight": 2,
"maxHeight": 2,
"palette": [
{
"block": "dirt"
}
]
},
{
"style": {
"style": "STATIC"
},
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "dirt"
},
{
"block": "stone"
}
]
}
],
"wall": {
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "cobblestone"
},
{
"block": "mossy_cobblestone"
}
]
},
"decorators": [
{
"chance": 0.2,
"variance": {
"style": "CELLULAR",
"zoom": 0.3,
"fracture": {
"style": "SIMPLEX",
"zoom": 0.2,
"multiplier": 10,
"fracture": {
"style": "STATIC",
"multiplier": 15
}
}
},
"style": {
"style": "TRIOCTAVE_SIMPLEX",
"zoom": 0.35,
"fracture": {
"style": "STATIC",
"multiplier": 8
}
},
"palette": [
{
"block": "dandelion"
},
{
"block": "poppy"
},
{
"block": "blue_orchid"
},
{
"block": "allium"
},
{
"block": "azure_bluet"
},
{
"block": "red_tulip"
},
{
"block": "orange_tulip"
},
{
"block": "white_tulip"
},
{
"block": "pink_tulip"
},
{
"block": "oxeye_daisy"
},
{
"block": "cornflower"
},
{
"block": "lily_of_the_valley"
}
]
},
{
"chance": 0.03,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [
{
"block": "grass"
}
]
},
{
"chance": 0.06,
"palette": [
{
"block": "fern"
}
]
},
{
"chance": 0.04,
"palette": [
{
"block": "red_mushroom"
}
]
},
{
"chance": 0.1,
"palette": [
{
"block": "large_fern"
}
]
},
{
"chance": 0.05,
"palette": [
{
"block": "cobblestone_slab"
}
]
}
],
"objects": [
{
"place": [
"boulder/boulder1",
"boulder/boulder2",
"boulder/boulder3",
"boulder/boulder4",
"boulder/boulder5",
"boulder/boulder6",
"boulder/boulder7",
"boulder/boulder8",
"boulder/boulder9",
"boulder/boulder10"
],
"chance": 0.4,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"place": [
"hazel-oak/hoak-1",
"hazel-oak/hoak-2",
"hazel-oak/hoak-3",
"hazel-oak/hoak-4",
"hazel-oak/hoak-5"
],
"chance": 0.5,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"hazel-oak/s-hoak-1",
"hazel-oak/s-hoak-2",
"hazel-oak/s-hoak-3",
"hazel-oak/s-hoak-4",
"hazel-oak/s-hoak-5"
],
"chance": 0.5,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"hazel-oak/taller-oak-1",
"hazel-oak/taller-oak-2",
"hazel-oak/taller-oak-3",
"hazel-oak/taller-oak-4",
"hazel-oak/taller-oak-6"
],
"chance": 0.5,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"bush/small/1",
"bush/small/2",
"bush/small/3"
],
"chance": 0.6,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
}
]
}