9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/ocean/oce-tem-river.json
2021-07-10 23:20:39 -04:00

121 lines
3.1 KiB
JSON

{
"name": "Temperate River",
"derivative": "RIVER",
"vanillaDerivative": "RIVER",
"generators": [{
"generator": "river",
"max": -7,
"min": -12
}],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "CELLULAR_IRIS_DOUBLE"},
"zoom": 0.525,
"palette": [
{"block": "sand"},
{"block": "clay"},
{"block": "gravel"},
{"block": "sand"},
{
"weight": 2,
"block": "gravel"
},
{"block": "sand"},
{"block": "dirt"},
{"block": "dirt"},
{
"weight": 2,
"block": "sand"
}
]
},
{"palette": [{"block": "dirt"}]},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
{
"weight": 2,
"block": "dirt"
},
{"block": "coarse_dirt"}
]
}
],
"decorators": [
{
"chance": 6.0E-4,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [
{"block": "soul_sand"},
{"block": "magma_block"}
],
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.07,
"variance": {"style": "STATIC"},
"zoom": 5,
"palette": [{"block": "seagrass"}],
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {"style": "STATIC"},
"stackMax": 6,
"zoom": 1,
"palette": [{"block": "kelp_plant"}],
"style": {"style": "STATIC"},
"heightVariance": {"style": "IRIS"},
"stackMin": 2,
"partOf": "SEA_FLOOR"
},
{
"chance": 0.001,
"variance": {"style": "STATIC"},
"zoom": 1,
"palette": [{
"data": {
"waterlogged": true,
"pickles": 1
},
"block": "sea_pickle"
}],
"style": {"style": "STATIC"},
"partOf": "SEA_FLOOR"
}
],
"objects": [{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"stone-clutt/obelisk-1",
"stone-clutt/obelisk-2",
"stone-clutt/obelisk-3",
"stone-clutt/obelisk-4",
"stone-clutt/obelisk-5",
"stone-clutt/obelisk-6",
"stone-clutt/obelisk-7"
],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}]
}