tModLoader Missing Resource Exception: _Head_Boss

DyFxvt

Terrarian
When I created a boss for my mod, this error keeps appearing when I try to build and reload the mod.

[09:54:25] [20/ERROR] [tML]: An error occurred while loading TestMod
The mod(s) have been automatically been disabled.
Terraria.ModLoader.Exceptions.MissingResourceException: Missing mod: TMMCNpcs/NPCs/Bosses/TestBoss_Head_Boss
at Terraria.ModLoader.ModContent.GetTexture(String name)
at Terraria.ModLoader.Mod.AddBossHeadTexture(String texture, Int32 npcType)
at Terraria.ModLoader.Mod.AutoloadNPC(Type type)
at Terraria.ModLoader.Mod.Autoload()
at Terraria.ModLoader.ModContent.<>c.<Load>b__39_0(Mod mod)
at Terraria.ModLoader.ModContent.LoadModContent(CancellationToken token, Action`1 loadAction)
at Terraria.ModLoader.ModContent.Load(CancellationToken token)
at Terraria.ModLoader.ModLoader.Load(CancellationToken token)

I made sure multiple times that the texture was in the path mentioned, and the texture was called TestBoss_Head_Boss.
I tried both paths "(Mod Name)\TMMCNpcs\NPCs\Bosses\TestBoss_Head_Boss.png" and
"(Mod Name)\NPCs\Bosses\TestBoss_Head_Boss.png", and even put the texture in every
folder in the dang mod, but still nothing.
 
Back
Top Bottom