I can't seem to understand why this isn't working, but I put .png textures for a block I'm trying to insert into the game. In the hotbar, it shows up perfectly, but when I place the block it does not load the texture, despite tinkering with the JSON files I created for them.
I have attached my Mod File, as well as my .java files where I register all blocks/items/itemBlocks, and my .JSON files used for models.
Mod File: https://pastebin.com/J9Bv21AR
My EventSubscriber.java where I register items/blocks: https://pastebin.com/LuYnNB5K
ModBlocks.java file: https://pastebin.com/aEhUKpqE
My HealthBox.java file: https://pastebin.com/ny3fFkac
JSON file located in assets.modname.models.block: https://pastebin.com/1iHBkVFA
JSON file located in blockstates: https://pastebin.com/33BH4Hc1
Logs Logs Logs: https://pastebin.com/sQbXpRhe