mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
Frozen River Changes & Fixes
This commit is contained in:
@@ -31,28 +31,29 @@
|
||||
}],
|
||||
"seaLayers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"style": {"style": "IRIS"},
|
||||
"zoom": 2,
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"style": {"style": "CELLULAR_HEIGHT_IRIS"},
|
||||
"zoom": 0.5,
|
||||
"palette": [
|
||||
{
|
||||
"weight": 2,
|
||||
"weight": 1,
|
||||
"block": "minecraft:ice"
|
||||
},
|
||||
{
|
||||
"weight": 3,
|
||||
"weight": 2,
|
||||
"block": "minecraft:packed_ice"
|
||||
},
|
||||
{"block": "minecraft:blue_ice"},
|
||||
{
|
||||
"weight": 3,
|
||||
"weight": 2,
|
||||
"block": "minecraft:packed_ice"
|
||||
},
|
||||
{
|
||||
"weight": 2,
|
||||
"weight": 1,
|
||||
"block": "minecraft:ice"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
"rotateConnector": false,
|
||||
"innerConnector": false,
|
||||
"pools": [],
|
||||
"spawnEntity": "iron_golem",
|
||||
"spawnEntity": "",
|
||||
"keepEntity": false,
|
||||
"entityCount": 1,
|
||||
"position": {
|
||||
@@ -105,13 +105,6 @@
|
||||
"minimumHeight": 0,
|
||||
"maximumHeight": 255
|
||||
},
|
||||
"addFeatures": [
|
||||
{
|
||||
"rarity": 2,
|
||||
"zone": {"blockRadius": 3,
|
||||
"entitySpawners": ["igolem"]}
|
||||
}
|
||||
],
|
||||
"snow": 0,
|
||||
"chance": 1,
|
||||
"density": 1,
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"innerConnector": false,
|
||||
"entityCount": 1,
|
||||
"rotateConnector": false,
|
||||
"spawnEntity": "iron_golem",
|
||||
"spawnEntity": "",
|
||||
"name": "",
|
||||
"pools": [],
|
||||
"position": {
|
||||
@@ -73,13 +73,6 @@
|
||||
}
|
||||
],
|
||||
"placementOptions": {
|
||||
"addFeatures": [
|
||||
{
|
||||
"rarity": 2,
|
||||
"zone": {"blockRadius": 3,
|
||||
"entitySpawners": ["igolem"]}
|
||||
}
|
||||
],
|
||||
"overStilt": 0,
|
||||
"chance": 1,
|
||||
"meld": false,
|
||||
|
||||
@@ -12,12 +12,12 @@
|
||||
"frozen/spruce-plains"
|
||||
],
|
||||
"shoreBiomes": ["frozen/shore/beach"],
|
||||
"seaBiomes": ["frozen/sea/frozen-parent-river"],
|
||||
"seaBiomes": ["frozen/sea/frozen-river-ice", "frozen/sea/ocean"],
|
||||
"caveBiomes": [
|
||||
"cave/ice-cavern",
|
||||
"cave/cracked-cavern"
|
||||
],
|
||||
"riverBiomes": ["frozen/sea/frozen-parent-river"],
|
||||
"riverBiomes": ["frozen/sea/frozen-river-ice", "frozen/sea/ocean"],
|
||||
"jigsawStructures": [{
|
||||
"structure": "murky_stronghold",
|
||||
"rarity": 250
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"initialSpawns": [{
|
||||
"entity": "unique/iron_golem",
|
||||
"rarity": 1
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user