Advertisement
blex15

minecraft mineing robot

Jan 11th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. hook all up to fill clock
  2.  
  3. /execute @e[type=Squid,name=miner] ~ ~ ~ /summon ArmorStand ~ ~ ~ {CustomName:"mier",CustomNameVisible:1,Invulnerable:1,Equipment:[{id:diamond_pickaxe,Count:1,tag:{Unbreakable:1}},{},{},{},{}],DisabledSlots:2039583}
  4.  
  5. kill @e[type=Squid,name=miner]
  6.  
  7. /execute @e[type=ArmorStand,name=miner] ~ ~ ~ /tp @e[type=ArmorStand,name=miner] ~.1 ~ ~
  8.  
  9. /execute @e[type=ArmorStand,name=miner] ~ ~ ~ /fill ~-3 ~ ~-3 ~3 ~ ~3 air 0 destroy stone dirt diamond_ore gold_ore iron_ore redstone_ore
  10.  
  11. execute @e[type=ArmorStand,name=miner] ~ ~ ~ /tp @e[type=Item,r=3] x y z
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement