mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-30 12:19:14 +00:00
39 lines
844 B
JSON
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": "SWAMP"
|
|
} |