9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/biomes/frozen-river.json
Brian Fopiano f194da49bc - Changed Rarities for structures in ALL regions
- Mushroom village size changes
- Other structure size changes
- Removed Mocaic's Liths, yall did not like em'
- Fixed Typo for Shroud stuff
- Sank Ice Spires by 4
- Other tweaks
2020-10-19 15:28:17 -07:00

166 lines
3.9 KiB
JSON

{
"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
}
}
],
"name": "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": [
{
"min": -18,
"max": -13,
"generator": "plain"
}
],
"loot": {
"tables": [
"ocean-clutter"
]
},
"derivative": "DEEP_FROZEN_OCEAN"
}