Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void breakBlock(World worldIn, BlockPos pos, IBlockState state) {
- super.breakBlock(worldIn, pos, state);
- if(worldIn.isRemote) {
- NkTileEntities.coilList.remove(worldIn.getTileEntity(pos));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement