Advertisement
checconio84

Transparance Blocks

Jul 28th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. @SideOnly(Side.CLIENT)
  2.     public EnumWorldBlockLayer getBlockLayer()
  3.     {
  4.         return EnumWorldBlockLayer.CUTOUT;
  5.     }
  6.    
  7.     public boolean isOpaqueCube()
  8.     {
  9.         return false;
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement