9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/biomes/hot-ocean-cliffs.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

153 lines
3.6 KiB
JSON

{
"name": "Shattered Hot Ocean",
"rarity": 4,
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [
"SAND",
"CLAY",
"SAND",
"GRAVEL",
"SAND",
"DIRT",
"SAND",
"SAND"
]
},
{
"palette": [
"DIRT"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT",
"DIRT",
"COARSE_DIRT"
]
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"wall":
{
"style": {"style":"IRIS"},
"palette": [
"CLAY",
"SMOOTH_SANDSTONE",
"RED_SAND",
"SMOOTH_RED_SANDSTONE",
"SMOOTH_SANDSTONE",
"SAND",
"SMOOTH_RED_SANDSTONE"
]
},
"decorators": [
{
"zoom": 1,
"chance": 0.0009,
"palette": [
"SOUL_SAND",
"MAGMA_BLOCK",
"MAGMA_BLOCK"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 5,
"chance": 0.001,
"palette": [
"SEAGRASS"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"stackMax": 9,
"stackMin": 1,
"chance": 0.015,
"palette": [
"KELP_PLANT"
],
"heightVariance": {"style": "STATIC"},
"verticalZoom": 20,
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 0.25,
"chance": 0.01,
"palette": [
"FIRE_CORAL",
"DEAD_FIRE_CORAL",
"FIRE_CORAL_FAN"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
},
{
"zoom": 1,
"chance": 0.001,
"palette": [
"minecraft:sea_pickle[pickles=1,waterlogged=true]"
],
"style": {"style": "STATIC"},
"variance": {"style": "STATIC"}
}
],
"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": -4,
"z": 0
}
}
],
"slab": {
"style": {"style":"STATIC"},
"palette": [
"minecraft:sandstone_slab[type=bottom,waterlogged=false]",
"minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false]",
"AIR",
"AIR"
]
},
"generators":[
{
"generator": "plain-cliffs-thin",
"min": -41,
"max": -7
}
],
"derivative": "SWAMP"
}