
Mob spawn tags are broken due to nonexistent regions_unexplored tags
Firefly7-7 opened this issue ยท 0 comments
Currently running Fabric 1.20.1. Noticed these lines in my console log. It seems like the regions_unexplored
support added in commit 38852db unintentionally introduced a dependency by making the tags not load properly if regions_unexplored
does not exist. This seems to be all of the related log messages.
I believe the best and easiest fix for this is to have regions_unexplored add to the tags itself, or to have a separate mod that does it that has dependencies for both. I'm unfamiliar with modding though, so I don't know if there's a way to add to the tags conditionally.
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_black_spawns as it is missing following references: regions_unexplored:blackwood_taiga (from fabric), regions_unexplored:pine_taiga (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_pale_spawns as it is missing following references: regions_unexplored:alpha_grove (from fabric), regions_unexplored:pine_slopes (from fabric), regions_unexplored:maple_forest (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_striped_spawns as it is missing following references: regions_unexplored:dry_bushland (from fabric), regions_unexplored:prairie (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_ashen_spawns as it is missing following references: regions_unexplored:frozen_pine_taiga (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:sheep_spawn_with_horns as it is missing following references: regions_unexplored:cold_boreal_taiga (from fabric), regions_unexplored:cold_deciduous_forest (from fabric), regions_unexplored:frozen_pine_taiga (from fabric), regions_unexplored:frozen_tundra (from fabric), regions_unexplored:highland_fields (from fabric), regions_unexplored:icy_heights (from fabric), regions_unexplored:spires (from fabric), regions_unexplored:towering_cliffs (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_snowy_spawns as it is missing following references: regions_unexplored:frozen_tundra (from fabric), regions_unexplored:spires (from fabric), regions_unexplored:icy_heights (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_spotted_spawns as it is missing following references: regions_unexplored:baobab_savanna (from fabric), regions_unexplored:steppe (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:increased_sandy_skeletons as it is missing following references: regions_unexplored:joshua_desert (from fabric), regions_unexplored:grassy_beach (from fabric), regions_unexplored:saguaro_desert (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:wolf_rusty_spawns as it is missing following references: regions_unexplored:bamboo_forest (from fabric), regions_unexplored:sparse_redwoods (from fabric), regions_unexplored:redwoods (from fabric)
[19:49:25 ERROR]: Couldn't load tag moremobvariants:spawn_mossy_skeletons as it is missing following references: regions_unexplored:bamboo_forest (from fabric), regions_unexplored:bayou (from fabric), regions_unexplored:fen (from fabric), regions_unexplored:fungal_fen (from fabric), regions_unexplored:marsh (from fabric), regions_unexplored:muddy_river (from fabric), regions_unexplored:old_growth_bayou (from fabric), regions_unexplored:rainforest (from fabric), regions_unexplored:sparse_rainforest (from fabric), regions_unexplored:tropics (from fabric)```