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-ocean.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

244 lines
6.3 KiB
JSON

{
"name": "Tropical Ocean",
"layers": [
{
"minHeight": 2,
"maxHeight": 2,
"style": {
"style": "VASCULAR",
"zoom": 0.9,
"fracture": {
"style": "IRIS_DOUBLE",
"multiplier": 60,
"zoom": 2,
"fracture": {
"style": "STATIC",
"multiplier": 50
}
}
},
"zoom": 0.825,
"palette": [
"SAND",
"SAND",
"DIRT",
"GRAVEL",
"CLAY"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"objects": [
{
"chance": 0.01,
"underwater": true,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"ships/swreck-1",
"ships/usd-ship-1",
"ships/usd-ship-2"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
}
],
"effects":[
{
"interval": 350,
"particleOffset": 2,
"particleEffect": "BUBBLE_COLUMN_UP",
"particleCount": 0,
"particleAltX": 0.3,
"particleAltY": 1.960885,
"particleAltZ": 0.3,
"particleDistance": 5,
"particleDistanceWidth": 8,
"chance": 1
}
],
"children": [
"tropical-coral-ocean",
"tropical-coral-ocean-cliffs"
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"wall": {
"palette": [
"TUBE_CORAL_BLOCK",
"BRAIN_CORAL_BLOCK",
"FIRE_CORAL_BLOCK",
"HORN_CORAL_BLOCK",
"BUBBLE_CORAL_BLOCK"
],
"style": {"style": "STATIC"},
"zoom": 0.1
},
"slab": {
"style": {"style": "STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"decorators":[
{
"zoom": 1,
"chance": 0.03,
"stackMin": 1,
"stackMax": 3,
"palette": [
"TUBE_CORAL_BLOCK",
"BRAIN_CORAL_BLOCK",
"FIRE_CORAL_BLOCK",
"HORN_CORAL_BLOCK",
"BUBBLE_CORAL_BLOCK"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.0006,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 5,
"chance": 0.07,
"palette": [
"SEAGRASS"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"stackMax": 24,
"stackMin": 1,
"chance": 0.025,
"palette": [
"KELP_PLANT"
],
"heightVariance": {"style": "STATIC"},
"verticalZoom": 88,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"stackMax": 9,
"stackMin": 1,
"chance": 0.125,
"palette": [
"KELP_PLANT"
],
"heightVariance": {"style": "STATIC"},
"verticalZoom": 20,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.1,
"palette": [
"TUBE_CORAL",
"TUBE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.1,
"palette": [
"BRAIN_CORAL",
"BRAIN_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.1,
"palette": [
"BUBBLE_CORAL",
"BUBBLE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.1,
"palette": [
"FIRE_CORAL",
"FIRE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.1,
"palette": [
"HORN_CORAL",
"HORN_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.0025,
"palette": [
"minecraft:sea_pickle[pickles=2,waterlogged=true]",
"minecraft:sea_pickle[pickles=3,waterlogged=true]",
"minecraft:sea_pickle[pickles=4,waterlogged=true]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"generators":[
{
"generator": "plain",
"min": -24,
"max": -7
}
],
"derivative": "DEEP_WARM_OCEAN"
}