9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/biomes/hot-beach.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

76 lines
1.8 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"
}