Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. public void breakBlock(World worldIn, BlockPos pos, IBlockState state) {
  2.         super.breakBlock(worldIn, pos, state);
  3.         if(worldIn.isRemote) {
  4.             NkTileEntities.coilList.remove(worldIn.getTileEntity(pos));
  5.         }
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement