Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1.         if(to.x < 0)
  2.             to.x -= 1;
  3.         if(to.z < 0)
  4.             to.z -= 1;
  5.         if(etc.getServer().getBlockIdAt((int)to.x, (int)to.y, (int)to.z)==70)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement