9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/mountain-beach.json
Andrew Baker 811f9b443f V2 Branch
2021-04-14 10:16:44 -07:00

124 lines
2.8 KiB
JSON

{
"vanillaDerivative": "BEACH",
"biomeStyle": {
"style": "SIMPLEX"
},
"biomeScatter": [
"PLAINS",
"FOREST"
],
"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.3,
"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.01,
"palette": [
{
"block": "tall_grass"
}
]
},
{
"chance": 0.5,
"palette": [
{
"block": "grass"
}
]
}
],
"name": "Mountain Beach",
"layers": [
{
"minHeight": 1,
"maxHeight": 1,
"palette": [
{
"block": "grass_block"
}
]
},
{
"minHeight": 1,
"maxHeight": 6,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 2,
"generator": "flat"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "BEACH"
}