Flexible Tools

Flexible Tools

216k Downloads

Missing Sword Texture

davqvist opened this issue ยท 7 comments

commented

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.

commented

I can't reproduce that problem. Can you?

commented

Sure, happens in SP and MP. Modlist:
https://pastebin.com/1shVcupE

commented

maybe an incompatibility with another mod.
can you try it without any other mods installed?

commented

Works for me now, weird, I will reopen when I know more.

commented

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.

commented

no.
you know nothing about java, do you?

commented

no.
you know nothing about java, do you?

This bug it's still in the mod...