I've created a chest block (Ice Chest), along with a BlockEntity and BlockRenderer class for it. The block functions exactly as a chest is intended to function, however the block texture is missing. The texture loads fine as an item in the inventory, ground etc, and the particles when the block is broken load fine too. The renderer just isn't loading the texture onto the block. I've looked in console logs, but there are no missing texture errors in there, and from what I can see there are no typos or anything in the renderer
Here is my github repo: https://github.com/Rhymar84/Rhylya-Mod
I have no idea what the issue could be. Does anybody have any knowledge on this?