9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/biomes/temperate/tem-oak-hills.json

222 lines
5.7 KiB
JSON

{
"name": "Temperate Oak Hills",
"derivative": "FOREST",
"vanillaDerivative": "FOREST",
"generators": [
{
"generator": "smooth-dunes",
"max": 30,
"min": 3
},
{
"generator": "small-cliffs",
"min": -17,
"max": 0
}
],
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-temperate"
}
],
"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
}
},
"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
}
}
}
]
}