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

117 lines
2.9 KiB
JSON

{
"name": "Tropical Beach",
"derivative": "JUNGLE",
"vanillaDerivative": "JUNGLE",
"generators": [{
"min": -3,
"max": 3,
"generator": "plain"
}],
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [{"block": "sand"}]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [{"block": "dirt"}]
}
],
"effects": [{
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
}],
"entityInitialSpawns": [
{
"entity": "chicken",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
},
{
"entity": "ocelot",
"maxSpawns": 1,
"minSpawns": 1,
"rarity": 6
}
],
"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",
"verticalZoom": 0.2,
"chance": 0.21,
"variance": {"style": "SIMPLEX"},
"stackMax": 6,
"zoom": 5,
"palette": [{"block": "sugar_cane"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 1
}
],
"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"}]}
}