Advertisement
dyl421421

solartest

Mar 8th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local advanced = term.isColor()
  2. function countRedstone()
  3.     -- insert inventory modifier
  4.     term.setTextColor(2)
  5.     print("You need more Redstone!")
  6. end
  7. if advanced == true then
  8.     countRedstone()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement