9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/hot/hot-beach.json

82 lines
2.0 KiB
JSON

{
"name": "Hot Beach",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT_LAKES",
"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"
]
}]
}