I am using Intellij Idea for Minecraft 1.12.2 (I will update that later). The file does appear in Intellij's package explorer and the resource folder is marked as a resource folder.
This is the location of the model files.
..\SpellBinder\src\main\resources\assets\spellbinder\models\item\ingot_brass.json
which as far as I am aware equals
spellbinder:models/item/ingot_brass.json
You are looking at the texture file.
After looking at examples on Github. I believe that folders in the 'models' folder are singular and folders in the 'textures' folder are plural.
Please correct me if I am wrong.
I am working on a Minecraft mod and I have run into a problem. I am trying to create a simple item with a model and texture file to ensure everything is working properly. I placed the files at the following paths.
An exception is thrown stating the files can't be found.
It appears as though Forge is not recognizing the resource folder. What am I missing?
All code can be found at: https://github.com/rustylocks79/SpellBinder.git