9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/biomes/hot-beach.json
Daniel Mills 546daeddaa SLOOOOPEEEE
2020-11-22 13:00:35 -05:00

153 lines
3.5 KiB
JSON

{
"vanillaDerivative": "BEACH",
"entityInitialSpawns": [
{"entity": "cow", "maxSpawns": 1, "minSpawns": 1, "rarity": 6},
{"entity": "chicken", "maxSpawns": 1, "minSpawns": 1, "rarity": 6}
],
"decorators": [
{
"chance": 0.0005,
"variance": {
"style": "STATIC"
},
"stackMax": 2,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"stackMin": 1
},
{
"chance": 0.003,
"variance": {
"style": "STATIC"
},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "stone_button"
},
{
"block": "air"
},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "stone_button"
}
],
"style": {
"style": "STATIC"
}
},
{
"partOf": "SHORE_LINE",
"chance": 0.11,
"verticalZoom": 0.2,
"variance": {
"style": "SIMPLEX"
},
"stackMax": 3,
"zoom": 5,
"palette": [
{
"block": "sugar_cane"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
}
],
"name": "Hot Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -1,
"max": 1,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "SWAMP",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
}