
Missing Sword Texture
davqvist opened this issue ยท 7 comments
MC 1.12
Forge 2420
FT 1.2.1
Pretty much the title, the texture of the Sword is broken, is the default purple and black one.
Sure, happens in SP and MP. Modlist:
https://pastebin.com/1shVcupE
maybe an incompatibility with another mod.
can you try it without any other mods installed?
This shows up in the Exoria modpack, and causes the sword to take on a texture from Advanced Rocketry. I think the trigger on your end is super(ToolHelper.newMat);
in ItemSword vs super(name, ToolHelper.newMat, classes);
in GenericItemTool. Providing the name to suoer() will likely restore the intended texture.
I'm not convinced that you're doing anything wrong, but it seems like a harmless enough change to make in the interests of compatibility.