So, in an effort to remove IHasModel and stop being a Cargo Cultest, (love that phrase for whatever reason)... There was an error somewhere between the keyboard and the chair. Now my game no longer loads, I've /* */ a lot of my old files to keep them from being read, and started from scratch (kind of?). If I could get some assistance spotting where the errors are, as unfortunately I only really understood the IHasModel setup, I'd be grateful.
first my server/client proxy they are the same (just in case they're needed)
the IProxy
Registries:
ModelRegistryHandler:
RegistryHandler:
Reference:
garnet.json
Main
Crash
So it's my thought that it's somewhere in 'Modelregistryhandler', as it seems to draw me to " ModelLoader.setCustomModelResourceLocation(item, 0, new ModelResourceLocation(item.getRegistryName(), "inventory"));" and " registerModel(ModItems.GARNET);"
Thoughts? Suggestions? (lol) Tutorials? Would really like to go back to working on the mod itself but I want to know it's done right.