Library for basic turtle-controls
Refuels automaticly, if any fuel blocks are in the Inventory
turtleController:findItemInInventory(<table>|<string>): number
Example
local coalSlot = turtleController:findItemInInventory('minecraft:charcoal')
function turtleController:tryMove(<string>): boolean
Example: Going in a circle
local success = turtleController:compactMove('f4, u2, b4, d2')
Feel free to override the current default settings:
turtleController.freeRefuelSlot = true
turtleController.refuelSlot = 1
turtleController.canBreakBlocks = false