Advertisement
Guest User

Master command block!

a guest
Nov 22nd, 2014
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. redstone block fill command:
  2. fill ~ ~1 ~1 ~ ~[do how ever much command blocks you have and add 1 remember!] ~1 redstone_block
  3.  
  4. air fill command:
  5. fill ~ ~1 ~1 ~ ~[do how ever much command blocks you have and minus 1 remember!] ~ air
  6.  
  7. linking the commands in the master command block:
  8. id:FallingSand,Time:100,Block:command_block,TileEntityData:{Command:""},Riding:{}
  9.  
  10. starting the master command off:
  11. summon FallingSand ~ ~1 ~ {Time:1,Riding:{[put the linking block of tags here!]}}
  12.  
  13. the command i used in the tutorial:
  14. summon FallingSand ~ ~1 ~ {Time:1,Riding:{id:FallingSand,Time:100,Block:command_block,TileEntityData:{Command:"fill ~ ~1 ~1 ~ ~-4 ~ air"},Riding:{id:FallingSand,Time:100,Block:command_block,TileEntityData:{Command:"setblock ~2 ~-2 ~ lever 6"},Riding:{id:FallingSand,Time:100,Block:command_block,TileEntityData:{Command:"setblock ~2 ~-2 ~ quartz_block"},Riding:{id:FallingSand,Time:100,Block:command_block,TileEntityData:{Command:"setblock ~2 ~-2 ~ sticky_piston 1"},Riding:{id:FallingSand,Time:100,Block:command_block,TileEntityData:{Command:"fill ~ ~1 ~1 ~ ~4 ~1 redstone_block"}}}}}}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement