Advertisement
Corosus

Untitled

Aug 12th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public void mineComplete(EntityCreature entityliving) {
  2. entityliving.mining = false;
  3. entityliving.noMoveTicks = 0;
  4. entityliving.curBlockDmg = 0.0F;
  5. entityliving.swingArm = false;
  6. entityliving.forcejump = true;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement