Posted November 7, 20231 yr 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?
November 7, 20231 yr Try to put the texture into entity/chest and use 'rhylyamod:ice_chest' as ResourceLocation for the Material
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.