9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/oce-tun-river.json

168 lines
4.2 KiB
JSON

{
"name": "Tundra River",
"derivative": "COLD_OCEAN",
"vanillaDerivative": "RIVER",
"children": ["ocean/oce-tun-river-rocky"],
"generators": [{
"generator": "river",
"max": -10,
"min": -27
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"zoom": 0.825,
"style": {"style": "STATIC"},
"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"}
]
}
],
"decorators": [
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 20,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"}
},
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
],
"style": {"style": "STATIC"}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"stackMax": 24,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 2
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"}
}
],
"objects": [
{
"chance": 0.01,
"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": -3,
"z": 0
}
},
{
"chance": 0.1,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"statue/sub-stat-1",
"statue/sub-stat-2",
"statue/sub-stat-3",
"statue/sub-stat-4",
"statue/sub-stat-5"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
],
"wall": {
"style": {"style": "STATIC"},
"palette": [
{"block": "stone"},
{"block": "andesite"},
{"block": "stone"}
]
},
"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"
}
]
}
}