Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- Copy "a" to the right of the stack
  2. KA: clone ~ ~1 ~ ~ ~1 ~ ~ ~ ~-1
  3. -- Move the rest of the stack down
  4. KB: clone ~ ~2 ~-6 ~ ~50 ~4 ~ ~1 ~-6 replace force
  5. -- Insert K'A into the IP slot and K'B and K'C after it
  6. KC: clone 5 1 3 5 1 5 ~ ~ ~-2 destroy
  7.  
  8. -- Copy stored block to here, destroy stored block with next air block
  9. K'A: clone ~ ~ ~-2 ~ ~ ~-1 ~ ~ ~-1 destory force
  10. -- Move the stack down, destroying the constanted block
  11. K'B: clone ~ ~2 ~-6 ~ ~50 ~4 ~ ~1 ~-6 replace force
  12. -- Destroy K'C and K'B (K'A destroyed itself)
  13. K'C: fill ~ ~ ~ ~ ~ ~-1 air 0 destroy
  14.  
  15. Stack: bottom block is IP slot, more commands point to the +Z, storage is to the -Z
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement