After building my mod using gradle and installing to Minecraft, all my items have a purple and black checkerboard texture.
Main Mod Class:
Item class:
Textures do work when I run the mod using Eclipse, but after building it the textures do not load in. My texture is in [Forge Install Folder]\src\main\resources\assets\MoreCookies\textures\items\testCookie.png.
Any ideas on how to fix this?