Advertisement
prathishc

how to create a clock in minecraft

Mar 10th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. bottom fill ~ ~1 ~ ~ ~1 ~5 air
  3. top fill ~ ~-1 ~ ~ ~-1 ~5 redstone_block
  4.  
  5. blockdata ~ ~ ~-2 {TransferCooldown:0}
  6.  
  7. /blockdata ~ ~ ~ {SuccessCount:1}
  8.  
  9. /testfor @e[type=Spider] {HealF:1f}
  10.  
  11. /testforblock ~ ~ ~ command_block 1 {SuccessCount:150}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement