Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local t={}
- t=turtle.inspect()
- _, t=turtle.inspect()
- print(t.name)
- print(t.metadata)
- sleep(10)
- turtle.inspect()
- if t.name == "IC2:blockRubWood" and 1 <= t.metadata and 5 >= t.metadata then
- print("rubber")
- turtle.place()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement