9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-31 04:36:33 +00:00
Files
Iris-Pack-Overworld/biomes/temperate/oak-forest.json

257 lines
6.7 KiB
JSON

{
"name": "Oak Forest",
"derivative": "FOREST",
"color": "#ADCF30",
"vanillaDerivative": "FOREST",
"generators": [{
"generator": "smooth-dunes",
"max": 12,
"min": 5
},
{
"generator": "rare-hills",
"max": 40,
"min": 0
}],
"rarity": 3,
"jigsawStructures": [
{
"rarity": 1700,
"structure": "pillager_outpost"
},
{
"rarity": 1500,
"structure": "village-temperate"
}
],
"layers": [
{
"style": {"style": "STATIC"},
"zoom": 0.656,
"palette": [
{
"weight": 19,
"block": "grass_block"
},
{"block": "coarse_dirt"},
{"block": "gravel"},
{
"weight": 19,
"block": "grass_block"
}
]
},
{
"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": [
"clutter/boulder1",
"clutter/boulder2",
"clutter/boulder3",
"clutter/boulder4",
"clutter/boulder5",
"clutter/boulder6",
"clutter/boulder7",
"clutter/boulder8",
"clutter/boulder9",
"clutter/boulder10"
],
"chance": 0.1,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
},
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"place": [
"trees/oak/hoakgeneric1",
"trees/oak/hoakgeneric2",
"trees/oak/hoakgeneric3",
"trees/oak/hoakgeneric4",
"trees/oak/hoakgeneric5"
],
"chance": 0.08,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
},
{
"place": [
"trees/oak/generic1",
"trees/oak/generic2",
"trees/oak/generic3",
"trees/oak/generic4",
"trees/oak/generic5",
"trees/oak/generic6"
],
"chance": 0.6,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"trees/oak/shoakgeneric1",
"trees/oak/shoakgeneric2",
"trees/oak/shoakgeneric3",
"trees/oak/shoakgeneric4",
"trees/oak/shoakgeneric4"
],
"chance": 0.1,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": -360,
"max": 360
}
}
},
{
"place": [
"trees/oak/toak1",
"trees/oak/toak2",
"trees/oak/toak3",
"trees/oak/toak4",
"trees/oak/toak5",
"trees/oak/toak6",
"trees/oak/toak7",
"trees/oak/toak8",
"trees/oak/toak9",
"trees/oak/toak10",
"trees/oak/toak11"
],
"chance": 0.1,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
},
{
"place": [
"clutter/sbush1",
"clutter/sbush2",
"clutter/sbush3"
],
"chance": 0.6,
"rotation": {
"enabled": true,
"yAxis": {
"enabled": true,
"interval": 90,
"min": 0,
"max": 360
}
}
}
]
}