Hi,
I've been following the shadowfacts tutorial up to the point in which the first custom item is registered + rendered with a custom texture. Despite following every single instruction exactly and reviewing my code a thousand times to make sure, I get a missing texture for my custom item every time I load up my mod. I have heard that sometimes intelliJ can cause issues with forge, but none of the fixes I've come across have worked (making changes to build.gradle, refreshing dependencies,etc...). To clarify, I have my texture at the directory "\src\main\resources\assets\lessannoyances\textures\items", and my .json at "\src\main\resources\assets\lessannoyances\models\item", both of which are named 'spaghet', which is also the name of the item - I am 99% sure this is working, since if I rename either of these files I get an error during startup, and changing it back results in zero errors whatsoever.
I'm at an absolute loss as to what could be causing this. If anyone has any idea, I would really appreciate it.
My code is follows;
Itembase.java
clientproxy.java
commonproxy.java
ModItems.java
main.java;