Hey everyone,
I'm having a problem with applying item textures in my 1.8 mod. All item textures are currently black/purple blocks, and there are no FileNotFoundException errors when I run Minecraft.
General item class: https://github.com/ThePsionic/MRCS/blob/master/src/main/java/io/github/thepsionic/mrcs/items/MRCSItem.java
Item registering class: https://github.com/ThePsionic/MRCS/blob/master/src/main/java/io/github/thepsionic/mrcs/registers/MRCSItems.java
ClientProxy, which handles the texturing: https://github.com/ThePsionic/MRCS/blob/dev/src/main/java/io/github/thepsionic/mrcs/proxy/ClientProxy.java
Main mod class: https://github.com/ThePsionic/MRCS/blob/master/src/main/java/io/github/thepsionic/mrcs/MRCS.java
Resources folder: https://github.com/ThePsionic/MRCS/tree/master/src/main/resources
Anyone see anything I'm not seeing? I'm assuming the files ARE found, just nothing is done with them, since there's no errors thrown whatsoever.
Edit: I'm working with Forge 1.8-11.14.0.1273-1.8