9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/biomes/tropical/beach.json
2021-08-08 21:22:19 -07:00

105 lines
2.8 KiB
JSON

{
"name": "Tropical Beach",
"derivative": "JUNGLE",
"rarity": 1,
"color": "#91CF30",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": -3,
"max": 3,
"generator": "plain"
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "minecraft:sand"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "minecraft:dirt"}]
}
],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"decorators": [
{
"chance": 0.01,
"variance": {"style": "STATIC"},
"zoom": 0.3,
"palette": [
{
"data": {
"face": "floor",
"powered": false,
"facing": "east"
},
"block": "minecraft:jungle_button"
},
{"block": "minecraft:air"},
{
"data": {
"face": "floor",
"powered": false,
"facing": "south"
},
"block": "minecraft:jungle_button"
}
],
"style": {"style": "STATIC"}
},
{
"partOf": "SHORE_LINE",
"verticalZoom": 0.2,
"chance": 0.21,
"variance": {"style": "SIMPLEX"},
"stackMax": 6,
"zoom": 5,
"palette": [{"block": "minecraft:sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 1
}
],
"objects": [{
"chance": 1,
"edit": [{
"find": [{"block": "minecraft:player_wall_head"}],
"replace": {"palette": [{"block": "minecraft:air"}]}
}],
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"trees/jungle/palm1",
"trees/jungle/palm2",
"trees/jungle/palm3",
"trees/jungle/palm12",
"trees/jungle/palm11",
"trees/jungle/palm10",
"trees/jungle/palm9"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}],
"wall": {"palette": [{"block": "minecraft:smooth_sandstone"}]}
}