Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- worldObj.notifyBlockUpdate(
- getPos(),
- worldObj.getBlockState(getPos()),
- worldObj.getBlockState(getPos())
- .getBlock()
- .getActualState(
- worldObj
- .getBlockState(getPos()),
- worldObj,
- getPos()
- ),
- 0
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement