diff --git a/iris.overworld.swamp/biomes/swamp-mushroom.json b/iris.overworld.swamp/biomes/swamp-mushroom.json index a7c114cd..be9338d3 100644 --- a/iris.overworld.swamp/biomes/swamp-mushroom.json +++ b/iris.overworld.swamp/biomes/swamp-mushroom.json @@ -59,10 +59,6 @@ "STONE" ] }, - "children": [ - "swamp-crimson-mushroom", - "swamp-warped-mushroom" - ], "objects":[ { "chance":0.21, diff --git a/iris.overworld.swamp/regions/swamp.json b/iris.overworld.swamp/regions/swamp.json index c41e23c7..74cf72b0 100644 --- a/iris.overworld.swamp/regions/swamp.json +++ b/iris.overworld.swamp/regions/swamp.json @@ -33,5 +33,21 @@ "COAL_ORE" ] } + ], + "spotBiomes":[ + { + "biome": "swamp-crimson-mushroom", + "type": "LAND", + "scale": 0.78, + "rarity": 262, + "shuffle": 44 + }, + { + "biome": "swamp-warped-mushroom", + "type": "LAND", + "scale": 0.77, + "rarity": 261, + "shuffle": 44 + } ] } \ No newline at end of file diff --git a/iris.overworld/dimensions/overworld.json b/iris.overworld/dimensions/overworld.json index 131db21d..5ef3882e 100644 --- a/iris.overworld/dimensions/overworld.json +++ b/iris.overworld/dimensions/overworld.json @@ -15,7 +15,7 @@ "mirrorCeiling": false, "focus": "", "fluidHeight": 99, - "biomeZoom": 1.47, + "biomeZoom": 1.16, "regionZoom": 3.7, "continentZoom": 1, "dimensionAngleDeg": 19,