celsiusqc / TowersOfTheWildModded

Other
0 stars 2 forks source link

Log spam when no supporting mods are installed #23

Open Mechalopa opened 2 weeks ago

Mechalopa commented 2 weeks ago

When supporting mods are not installed, structure tags will be broken.

[308月2024 09:34:56.598] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/aether_tower as it is missing following references: 
    #aether:is_aether (from mod/totw_modded)
[308月2024 09:34:56.598] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/tw_mangrove_tower as it is missing following references: 
    twilightforest:swamp (from mod/totw_modded)
    twilightforest:fire_swamp (from mod/totw_modded)
[308月2024 09:34:56.599] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/everdawn_tower as it is missing following references: 
    blue_skies:unorthodox_valley (from mod/totw_modded)
    blue_skies:shaded_woodlands (from mod/totw_modded)
    blue_skies:crystal_dunes (from mod/totw_modded)
    blue_skies:crystal_dunes_spikes (from mod/totw_modded)
    blue_skies:sunset_maple_forest (from mod/totw_modded)
    blue_skies:rising_creek (from mod/totw_modded)
    blue_skies:crystal_roughs (from mod/totw_modded)
    blue_skies:searing_grassland (from mod/totw_modded)
    blue_skies:crescent_orchard (from mod/totw_modded)
[308月2024 09:34:56.600] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/venus_tower as it is missing following references: 
    ad_astra:infernal_venus_barrens (from mod/totw_modded)
[308月2024 09:34:56.600] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/moon_tower as it is missing following references: 
    ad_astra:lunar_wastelands (from mod/totw_modded)
[308月2024 09:34:56.600] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/ratlantis_tower as it is missing following references: 
    rats:ratlantis (from mod/totw_modded)
[308月2024 09:34:56.601] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/tw_canopy_tower as it is missing following references: 
    twilightforest:forest (from mod/totw_modded)
    twilightforest:spooky_forest (from mod/totw_modded)
    twilightforest:mushroom_forest (from mod/totw_modded)
[308月2024 09:34:56.601] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/everbright_tower as it is missing following references: 
    blue_skies:calming_skies (from mod/totw_modded)
    blue_skies:brightlands (from mod/totw_modded)
    blue_skies:slushlands (from mod/totw_modded)
    blue_skies:frostbitten_forest (from mod/totw_modded)
    blue_skies:frostbitten_forest_clearing (from mod/totw_modded)
    blue_skies:snow_covered_pines (from mod/totw_modded)
    blue_skies:brisk_meadow (from mod/totw_modded)
    blue_skies:polar_highland (from mod/totw_modded)
[308月2024 09:34:56.601] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/mars_tower as it is missing following references: 
    ad_astra:martian_canyon_creek (from mod/totw_modded)
    ad_astra:martian_wastelands (from mod/totw_modded)
[308月2024 09:34:56.601] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/glacio_tower as it is missing following references: 
    ad_astra:glacio_snowy_barrens (from mod/totw_modded)
    ad_astra:glacio_ice_peaks (from mod/totw_modded)
[308月2024 09:34:56.601] [Worker-Main-3/ERROR] [net.minecraft.tags.TagLoader/]: Couldn't load tag totw_modded:has_structure/mercury_tower as it is missing following references: 
    ad_astra:mercury_deltas (from mod/totw_modded)

[308月2024 09:34:57.333] [Render thread/WARN] [net.minecraft.core.MappedRegistry/]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: totw_modded:has_structure/aether_tower, totw_modded:has_structure/everbright_tower, totw_modded:has_structure/everdawn_tower, totw_modded:has_structure/glacio_tower, totw_modded:has_structure/mars_tower, totw_modded:has_structure/mercury_tower, totw_modded:has_structure/moon_tower, totw_modded:has_structure/ratlantis_tower, totw_modded:has_structure/tw_canopy_tower, totw_modded:has_structure/tw_mangrove_tower, totw_modded:has_structure/venus_tower

Environment

celsiusqc commented 2 weeks ago

This is intentional. If mod's arn't present, it's telling you so. If they are, no log spam