Knux14

Enchanter

Jul 6th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. t = { ... }
  2. turtle.select(1)
  3. m = peripheral.wrap("right")
  4. if t == nil then
  5.    m.enchant(30)
  6. else
  7.    m.enchant(t[1])
  8. end
Advertisement
Add Comment
Please, Sign In to add comment