Advertisement
BlackSpark644

Untitled

May 15th, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. worldObj.notifyBlockUpdate(
  2.     getPos(),
  3.     worldObj.getBlockState(getPos()),
  4.     worldObj.getBlockState(getPos())
  5.         .getBlock()
  6.             .getActualState(
  7.                 worldObj
  8.                     .getBlockState(getPos()),
  9.                 worldObj,
  10.                 getPos()
  11.             ),
  12.     0
  13. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement