9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 04:09:14 +00:00
Files
Iris-Pack-EarthWorld/biomes/hot-ocean-cliffs.json
Daniel Mills e2dfb1159a Beautify JSON
2020-08-27 00:05:24 -04:00

177 lines
3.9 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"
}