So I'm following the 1.10.2 tutorial by Shadowfacts and I get to the JSON item model section and for the life of me I can't get the texture to load correctly with this exception popping up
Here's the code to my ModItems.java
The Code to my ItemBase.java
and the stone_hammer.json
And before you say that I named files wrong I double checked that even my .png for the texture is stone_hammer.png
And just for the hell of it if anyone needs it this is my Main.java class file