9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 12:19:14 +00:00
Files
Iris-Pack-EarthWorld/iris.overworld.temperate/biomes/temperate-beach.json
Daniel Mills 594a5dceac Fixes
2020-07-19 04:09:26 -04:00

39 lines
844 B
JSON

{
"name": "Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"decorators":[
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:stone_button[face=floor,facing=east,powered=false]",
"minecraft:stone_button[face=floor,facing=south,powered=false]"
],
"dispersion": "SCATTER",
"variance": "SCATTER"
}
],
"generators":[
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"derivative": "BEACH"
}