This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local global_init = true | |
local lastTorch = 0 | |
local currentTorch = 0 | |
local totalSlots = 16 | |
local currentSlot = 1 | |
function attack() | |
turtle.attack() | |
end |
NewerOlder