Advertisement
Guest User

updateEntity

a guest
Apr 14th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public void updateEntity()
  2.     {
  3.         if (getStackInSlot(0) != null) progress = 1;
  4.         if (progress < 0) worldObj.setBlock(xCoord, yCoord, zCoord, Util.blockList.get(0));
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement