9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/biomes/mountain/river.json
2021-07-04 16:54:47 -07:00

102 lines
2.5 KiB
JSON

{
"name": "Mountain River",
"derivative": "RIVER",
"vanillaDerivative": "RIVER",
"generators": [
{
"generator": "river",
"max": -7,
"min": -15
}
],
"layers": [
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "IRIS_DOUBLE","fracture": {
"style": "STATIC", "multiplier": 30
}
},
"zoom": 0.7,
"palette": [
{
"block": "cobblestone", "weight": 3
},
{
"block": "clay", "weight": 1
},
{
"block": "gravel", "weight": 8
}
]
},
{
"palette": [
{
"block": "cobblestone"
},
{
"block": "stone"
}
]
}
],
"decorators": [
{
"chance": 0.07,
"variance": {
"style": "STATIC"
},
"zoom": 5,
"palette": [
{
"block": "seagrass"
}],
"style": {
"style": "STATIC"
}
},
{
"chance": 0.013,
"verticalZoom": 88,
"variance": {
"style": "STATIC"
},
"stackMax": 6,
"zoom": 1,
"palette": [
{
"block": "kelp_plant"
}],
"style": {
"style": "STATIC"
},
"heightVariance": {
"style": "IRIS"
},
"stackMin": 2
}
],
"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
}
}
]
}