Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------This is where you can add trees
- treeList[x]=={minecraft:oaklogs, minecraft:birchlogs, minecraft:dark
- function detectTree()
- -------This is where the program actualy starts
- print("Saplings go into first slot, tree goes infront of turtle, and 2 chests go behind the turtle on top of each other. Bottom chest is for saplings, top one is for the logs it collects. NOTE: It doesn't collect saplings so maybe make a system to colelct the saplings and put them in the bottom chest. PRESS ANY KEY TO START.")
- -------This is how the "Press key to start" system works
- os.pullEvent("key")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement