So every time I load my Minecraft client (in the dev space), I constantly get a java.io.FileNotFoundException: ctek:models/item/copper_ingot.json error and the item's texture will not load.
Here's the full log – https://hastebin.com/acusexucoy.md
Here's the json - https://hastebin.com/apidocepez.json
The json is in src/main/resources/assets/ctek/models/item; texture is in src/main/resources/assets/textures/items.
I have also attached my ItemBase, RegistryHandler, CommonProxy, ClientProxy, and IHasModel classes in case there's an issue there.
Thanks in advance if anyone is able to help.
ItemBase.java
RegistryHandler.java
IHasModel.java
ClientProxy.java
CommonProxy.java