9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/tro-beach-charred.json
Brian Fopiano 07bcffaa5a Heightmap edits
2021-07-10 05:10:54 -07:00

111 lines
2.6 KiB
JSON

{
"name": "Tropical Beach Charred",
"derivative": "DESERT_LAKES",
"vanillaDerivative": "BEACH",
"generators": [{
"min": -3,
"max": 3,
"generator": "plain"
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "black_concrete_powder"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
}
],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "SMOKE_LARGE",
"particleOffset": 0,
"interval": 550,
"particleCount": 0
}],
"entityInitialSpawns": [{
"entity": "wolf",
"maxSpawns": 2,
"minSpawns": 1,
"rarity": 4
}],
"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"}
}],
"objects": [{
"chance": 1,
"edit": [{
"find": [{"block": "player_wall_head"}],
"replace": {"palette": [{"block": "air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"palm/palm1",
"palm/palm2",
"palm/palm3",
"palm/palm-4",
"palm/palm-6",
"palm/palm-7",
"palm/palm-8"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"wall": {"palette": [{"block": "smooth_sandstone"}]},
"slab": {
"style": {"style": "STATIC"},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "blackstone_slab"
},
{
"weight": 1,
"block": "air"
}
]
}
}