Advertisement
Blazuno

Untitled

Oct 29th, 2021
1,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.61 KB | None | 0 0
  1. -------This is where you can add trees
  2. treeList[x]=={minecraft:oaklogs, minecraft:birchlogs, minecraft:dark
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. function detectTree()
  14.    
  15.  
  16.  
  17. -------This is where the program actualy starts
  18. 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.")
  19.  
  20. -------This is how the "Press key to start" system works
  21.  
  22. os.pullEvent("key")
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement