Posted August 24, 20223 yr I have created leaves using the Block class as the LeavesBlock and BushBlock classes do not suit my purpose. In my class I have public @NotNull VoxelShape getBlockSupportShape(@NotNull BlockState p_54456_, @NotNull BlockGetter p_54457_, @NotNull BlockPos p_54458_) { return Shapes.empty(); } However, it gets commented out as deprecated and it fails to render the block as empty and the texture with holes. Is it possible to do, and if so, how please.
August 24, 20223 yr 1 hour ago, DinoPawz said: Is it possible to do, and if so, how please I think specifying "render_type": "minecraft:cutout" in the model json should fix the issues!
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.