9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-31 04:36:38 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot/beach.json
2021-07-04 16:54:47 -07:00

111 lines
2.5 KiB
JSON

{
"name": "Hot Beach",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT_LAKES",
"children": [
"ocean/ocean"
],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": 0,
"max": 1,
"generator": "plain"
}
],
"decorators": [
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor", "powered": false,
"facing": "east"
},
"block": "jungle_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor", "powered": false,
"facing": "south"
},
"block": "jungle_button"
}],
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 0.2,
"chance": 0.08,
"variance": {
"style": "SIMPLEX"
},
"stackMax": 6,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 1
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"objects": [
{
"density": 3,
"chance": 1,
"place": [
"palm/palm1","palm/palm2","palm/palm3","palm/palm4","palm/palm6","palm/palm7"
]
}
]
}