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

89 lines
2.1 KiB
JSON

{
"name": "Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"slab": {
"style": {"style": "STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"objects": [
{
"chance": 0.0025,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"mode": "PAINT",
"place": [
"camp/barrel-bin"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"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.09,
"stackMax": 2,
"partOf": "SHORE_LINE",
"palette": [
"SUGAR_CANE"
],
"heightVariance": {"style": "STATIC"},
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
}