9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/biomes/tropical-beach.json
Brian Fopiano 8e654a71c2 Trying to fix the beach thing
Added a - to some of the palm ones (and added a bast to tropical beaches)
2020-08-31 18:12:12 -07:00

136 lines
3.1 KiB
JSON

{
"name": "Tropical Beach",
"loot": {
"tables": [
"beach-clutter"
]
},
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"SAND"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"decorators": [
{
"zoom": 0.3,
"chance": 0.03,
"palette": [
"minecraft:jungle_button[face=floor,facing=east,powered=false]",
"AIR",
"minecraft:jungle_button[face=floor,facing=south,powered=false]"
],
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
},
{
"zoom": 5,
"verticalZoom": 5,
"chance": 0.21,
"partOf": "SHORE_LINE",
"stackMin": 1,
"stackMax": 6,
"palette": [
"SUGAR_CANE"
],
"heightVariance": {
"style": "IRIS"
},
"style": {
"style": "STATIC"
},
"variance": {
"style": "STATIC"
}
}
],
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"wall": {
"palette": [
"SMOOTH_SANDSTONE"
]
},
"objects": [
{
"chance": 1,
"edit": [
{
"find": [
"PLAYER_WALL_HEAD"
],
"replace": [
"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-5",
"palm/palm-6",
"palm/palm-7",
"palm/palm-8"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"generators": [
{
"generator": "plain",
"min": -1,
"max": 1
}
],
"effects": [
{
"interval": 550,
"particleOffset": 12,
"particleEffect": "TOTEM",
"particleCount": 0,
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1
}
],
"derivative": "JUNGLE"
}