9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot-ocean.json
Daniel Mills 019653986b REPLACE HELL
2020-09-13 08:57:24 -04:00

291 lines
6.6 KiB
JSON

{
"effects": [
{
"particleAltX": 0.001,
"particleAltY": 0.04285,
"particleAltZ": 0.001,
"chance": 1,
"particleEffect": "CAMPFIRE_COSY_SMOKE",
"particleOffset": 0,
"interval": 650,
"particleCount": 0
}
],
"children": [
"hot-ocean-cliffs"
],
"decorators": [
{
"chance": 0.0009,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"block": "soul_sand"
},
{
"weight": 2,
"block": "magma_block"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.02,
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [
{
"block": "seagrass"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.015,
"verticalZoom": 20,
"variance": {
"style": "STATIC"
},
"stackMax": 9,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}
],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "STATIC"
},
"stackMin": 1
},
{
"chance": 0.01,
"variance": {
"style": "STATIC"
},
"zoom": 0.25,
"palette": [
{
"block": "fire_coral"
},
{
"block": "dead_fire_coral"
},
{
"block": "fire_coral_fan"
}
],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"zoom": 1,
"palette": [
{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}
],
"style": {
"style": "STATIC"
}
}
],
"objects": [
{
"chance": 0.03,
"density": 1,
"edit": [
{
"find": [
{"block": "water"}
],
"replace": {
"palette": [
{
"block": "air"
}
]
}
}
],
"rotation": {
"enabled": false
},
"underwater": true,
"place": [
"bombs/bomb"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
},
{
"chance": 0.01,
"density": 1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
}
],
"name": "Hot Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"zoom": 0.825,
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
},
{
"palette": [
{
"block": "dirt"
}
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{
"block": "coarse_dirt"
}
]
}
],
"generators": [
{
"min": -21,
"max": -7,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "SWAMP",
"wall": {
"style": {
"style": "IRIS"
},
"palette": [
{
"block": "clay"
},
{
"block": "smooth_sandstone"
},
{
"block": "red_sand"
},
{
"block": "smooth_red_sandstone"
},
{
"block": "smooth_sandstone"
},
{
"block": "sand"
},
{
"block": "smooth_red_sandstone"
}
]
},
"slab": {
"style": {
"style": "STATIC"
},
"palette": [
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "sandstone_slab"
},
{
"data": {
"waterlogged": false,
"type": "bottom"
},
"block": "smooth_sandstone_slab"
},
{
"weight": 2,
"block": "air"
}
]
}
}