9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-beach.json

129 lines
3.0 KiB
JSON

{
"decorators": [
{
"chance": 0.004,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "dark_oak_button"
},
{
"block": "air"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.00009,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"block": "wither_rose"
},
{
"block": "red_mushroom"
},
{
"block": "brown_mushroom"
},
{
"block": "poppy"
}
],
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"chance": 0.009,
"verticalZoom": 0.2,
"variance": {
"style": "SIMPLEX"
},
"stackMax": 4,
"stackMin": 1,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"entityInitialSpawns": [
{"entity": "cow", "maxSpawns": 1, "minSpawns": 1, "rarity": 6},
{"entity": "pig", "maxSpawns": 1, "minSpawns": 1, "rarity": 6}
],
"name": "Swamp Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [
{
"block": "dirt"
},
{
"block": "podzol"
},
{
"block": "coarse_dirt"
},
{
"block": "podzol"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
},
{
"weight": 2,
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"vanillaDerivative": "BEACH",
"derivative": "SWAMP"
}