9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-beach.json
Brian Fopiano f9b18ba4f5 Lots of changes
2020-09-16 13:52:18 -07:00

147 lines
3.3 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,
"variance": {
"style": "STATIC"
},
"stackMax": 4,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
}
}
],
"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"
]
},
"derivative": "SWAMP",
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
}