9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00
Files
Iris-Pack-EarthWorld/biomes/tropical-beach.json
2021-06-08 13:47:20 -07:00

170 lines
3.9 KiB
JSON

{
"vanillaDerivative": "JUNGLE",
"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
}
}
],
"name": "Tropical Beach",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
{
"block": "sand"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"block": "dirt"
}
]
}
],
"generators": [
{
"min": -5,
"max": 5,
"generator": "plain"
}
],
"loot": {
"tables": [
"beach-clutter"
]
},
"derivative": "JUNGLE",
"wall": {
"palette": [
{
"block": "smooth_sandstone"
}
]
}
}