Posted July 10, 20232 yr I'm making the resource pack of my mod, and I want to make my block look like torches, but I can't figure out why the textures appear opaque. Here's my model file: { "parent": "minecraft:block/template_torch", "textures": { "torch": "minecraft:block/torch" } } Edited July 10, 20232 yr by NutronStar45 Solved
July 10, 20232 yr try adding "rendertype": "minecraft:cutout" between parent and textures rows. if it doesn't work (meaning you're on older version of minecraft), make a handler for FMLClientSetupEvent event and say ItemBlockRenderTypes.setRenderLayer(Block1, RenderType.cutout());
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.