9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/temperate-island.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

45 lines
713 B
JSON

{
"name": "Test Island",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"palette": [
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"generators": [
{
"generator": "sharper",
"min": -1,
"max": 3
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"derivative": "SNOWY_BEACH"
}