Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local advanced = term.isColor()
- function countRedstone()
- -- insert inventory modifier
- term.setTextColor(2)
- print("You need more Redstone!")
- end
- if advanced == true then
- countRedstone()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement