9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot-beach.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

89 lines
1.9 KiB
JSON

{
"name": "Hot Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
"SMOOTH_SANDSTONE",
"SAND",
"SMOOTH_SANDSTONE"
]
},
"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.003,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"AIR",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 5,
"chance": 0.11,
"partOf": "SHORE_LINE",
"stackMin": 1,
"stackMax": 3,
"palette": [
"SUGAR_CANE"
],
"heightVariance": {
"style": "STATIC"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"generators": [
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "SWAMP"
}