Posted April 9, 201510 yr Hey, it's me.. again! I tried to make a part of my block texture transparent, but the transparency is rendering black! Is it possible to render transparency in textures via the .json files? Thanks
April 9, 201510 yr Take a look about how the glass block is rendered (json, texture and class). It should help you.
April 9, 201510 yr Author Sometimes i should use my brain... thanks a lot! Solution: Add this to your block class @SideOnly(Side.CLIENT) public EnumWorldBlockLayer getBlockLayer() { return EnumWorldBlockLayer.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.