Someone-Else-Was-Taken / BetterNether-Reforged

BetterNether Mod Ported to Forge
GNU General Public License v3.0
8 stars 3 forks source link

Quark big dungeons spawning in nether / missing biome dict tags #26

Open turabian-luvr opened 2 years ago

turabian-luvr commented 2 years ago

I noticed Quark big dungeons were spawning in BetterNether Reforged biomes. By default, big dungeons will not spawn in any biomes with the "ocean", "beach", "nether", or "end" tags from the Forge biome dict. Adding the "nether" tag to BetterNether biomes should fix this.

For anyone reading this looking for a workaround to the big dungeon issue, you can fix this for your own modpack by changing this line in config\quark-common.toml:

[world.big_dungeon.biome_config.biomes]
    Biomes = ["betternether:gravel_desert", "betternether:nether_jungle", "betternether:wart_forest", "betternether:nether_grasslands", "betternether:nether_mushroom_forest", "betternether:nether_mushroom_forest_edge", "betternether:wart_forest_edge", "betternether:bone_reef", "betternether:sulfuric_bone_reef", "betternether:poor_nether_grasslands", "betternether:nether_swampland", "betternether:nether_swampland_terraces", "betternether:magma_land", "betternether:soul_plain", "betternether:crimson_glowing_woods", "betternether:old_warped_woods", "betternether:crimson_pinewood", "betternether:old_fungiwoods", "betternether:flooded_deltas", "betternether:upside_down_forest", "betternether:old_swampland", "infernalexp:glowstone_canyon"]
    "Is Blacklist" = true