9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/swamp-beach.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

99 lines
2.2 KiB
JSON

{
"name": "Swamp Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"style": {
"style": "STATIC"
},
"zoom": 0.25,
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"COARSE_DIRT",
"COARSE_DIRT"
]
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"decorators": [
{
"zoom": 0.3,
"chance": 0.004,
"palette": [
"minecraft:dark_oak_button[face=floor,facing=east,powered=false]",
"AIR"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 0.3,
"chance": 0.00009,
"palette": [
"WITHER_ROSE",
"RED_MUSHROOM",
"BROWN_MUSHROOM",
"POPPY"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 5,
"chance": 0.009,
"partOf": "SHORE_LINE",
"stackMax": 4,
"palette": [
"SUGAR_CANE"
],
"heightVariance": {
"style": "STATIC"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "SWAMP"
}