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

139 lines
3.1 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": -5,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"vanillaDerivative": "BEACH",
"derivative": "SWAMP"
}