Advertisement
Guest User

command1

a guest
Dec 17th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local commandBlock = peripheral.wrap("left")
  2.  
  3. commandBlock.setCommand("setblock ~ ~3 ~ minecraft:wool 11")
  4. commandBlock.runCommand()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement