Using Forge 1.13.2-25.0.219. So my mod adds textures for vanilla Minecraft, for example, an iron_ingot texture located in resources/assets/minecraft/textures/item/iron_ingot.png. In the eclipse IDE my custom texture works as seen here, whereas when I've built my mod and am using it in both another workspace and through the Minecraft launcher it doesn't use my textures, seen here. Not sure what's going on as it works in the IDE, but not anywhere else. My mod code can be found on GitHub here. Any help with this would be appreciated.