9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/hot/shore/beach.json
2021-07-23 18:11:48 -04:00

125 lines
2.8 KiB
JSON

{
"name": "Hot Beach",
"rarity": 1,
"color": "#ECE363",
"derivative": "WARM_OCEAN",
"vanillaDerivative": "DESERT_LAKES",
"customDerivitives": [
{
"foliageColor": "#b8945a",
"category": "beach",
"downfallType": "none",
"humidity": 0,
"temperature": 0.95,
"id": "hot_beach"
}
],
"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",
"chance": 0.09,
"stackMin": 1,
"stackMax": 4,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "IRIS",
"zoom": 0.65
},
"heightVariance": {
"style": "STATIC"
}
}
],
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"objects": [
{
"density": 3,
"chance": 1,
"place": [
"trees/jungle/palm1",
"trees/jungle/palm2",
"trees/jungle/palm3",
"trees/jungle/palm4",
"trees/jungle/palm6",
"trees/jungle/palm7"
]
}
]
}