Posted 11 January 2013 - 11:50 AM
turtle.getCurrentSlot() – Returns the integer of the turtle's current selected slot. (Seems useless at first glance, but it does have some use)
Tweak to "refuel" program:
– The template program "refuel" will now return the turtle to it's initial selected slot at program termination.
The reason for the second one is more of an annoyance. Personally I'm tired of fueling my turtle in creative, and then having to use lua to change the turtle's selected slot. I guess you could always make your program select the desired slot beforehand.
Tweak to "refuel" program:
– The template program "refuel" will now return the turtle to it's initial selected slot at program termination.
The reason for the second one is more of an annoyance. Personally I'm tired of fueling my turtle in creative, and then having to use lua to change the turtle's selected slot. I guess you could always make your program select the desired slot beforehand.