ksaw000

globals

Feb 3rd, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. FIRST_FREE_SLOT = 4 --marks the first slot in the inventory
  2. -- here is the breakdown of slots : {1:lava,2:empty buckets,3:items chest,4 to 16 : everything else}
  3. TOTAL_SLOTS = 16
  4. CURRX,CURRY,CURRZ=gps.locate()
  5. HEADING = 0
  6. FUEL=turtle.getFuelLevel()
  7. STEPS = 0
Add Comment
Please, Sign In to add comment