9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/frozen/river.json
2021-07-04 16:54:47 -07:00

147 lines
3.6 KiB
JSON

{
"name": "Frozen River",
"derivative": "DEEP_FROZEN_OCEAN",
"vanillaDerivative": "FROZEN_RIVER",
"layers": [
{
"palette": [
{
"block": "dirt"
},
{
"block": "gravel"
},
{
"block": "stone"
}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sand"
},
{
"block": "clay"
},
{
"block": "sand"
},
{
"block": "gravel"
},
{
"block": "sand"
},
{
"block": "dirt"
},
{
"weight": 2,
"block": "sand"
}
]
}
],
"generators": [
{
"generator": "plain",
"max": -10,
"min": -19
}
],
"seaLayers": [
{
"minHeight": 3,
"maxHeight": 6,
"style": {
"style": "FRACTAL_WATER","fracture": {
"multiplier": 9.25,
"style": "IRIS_DOUBLE"
}
},
"zoom": 1.16,
"palette": [
{
"weight": 2,
"block": "ice"
},
{
"weight": 3,
"block": "packed_ice"
},
{
"block": "blue_ice"
},
{
"weight": 3,
"block": "packed_ice"
},
{
"weight": 2,
"block": "ice"
}
]
},
{
"minHeight": 1,
"maxHeight": 2,
"palette": [
{
"block": "packed_ice"
}
]
}
],
"objects": [
{
"chance": 0.01,
"density": 3,
"snow": 0.45,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"onwater": true,
"place": [
"ice-spikes/sp-1","ice-spikes/sp-2","ice-spikes/sp-3","ice-spikes/sp-4","ice-spikes/sp-5","ice-spikes/tp-1","ice-spikes/tp-2","ice-spikes/tp-3","ice-spikes/tp-4"],
"translate": {
"x": 0,
"y": -4,
"z": 0
}
},
{
"chance": 0.1,
"density": 3,
"snow": 0.01,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"onwater": true,
"place": [
"ice-spikes/ice-spec-1","ice-spikes/ice-spec-2","ice-spikes/ice-spec-3","ice-spikes/ice-spec-4","ice-spikes/ice-spec-5"],
"translate": {
"x": 0,
"y": 0,
"z": 0
}
}
]
}