9
0
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:
Brian Fopiano
2021-08-21 20:29:02 -07:00
parent 310ea3a82e
commit 9d35652482
5 changed files with 13 additions and 32 deletions

View File

@@ -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"
}
]
},
{

View File

@@ -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,

View File

@@ -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,

View File

@@ -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

View File

@@ -1,6 +0,0 @@
{
"initialSpawns": [{
"entity": "unique/iron_golem",
"rarity": 1
}]
}