Advertisement
Guest User

Hoe script

a guest
May 5th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (world.getBlockId == 2 || world.getBlockId == 3)
  2. {
  3. world.hoeBlock(origin);player.damageItem(player.getCurrentSlot(),1);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement