Advertisement
Selim_042

Minecraft | Collapsing Block

May 1st, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Setup:
  2. (Each of these is a Command Block, and must be built vertically)
  3. A
  4. B C -> Negative Z
  5. D
  6. A Command: /setblock ~ ~-1 ~ redstone_block
  7. B Command: /execute @a ~ ~ ~ detect ~ ~-1 ~ stone 5 /summon FallingSand ~ ~-1 ~ {TileID:1,Data:5,Time:1,DropItem:false}
  8. C Command: /execute @a ~ ~ ~ detect ~ ~-1 ~ stone 5 /setblock ~ ~-1 ~ air
  9. D Command: /setblock ~ ~1 ~ stone
  10.  
  11. When all of these are in place with their proper commands, and facing the proper direction, place a Redstone Block inside to start it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement