emptyOutInventory.lua

                Never    
Lua
       
turtle.select(1)
turtle.turnLeft()
turtle.turnLeft()
turtle.place()
for slot=2,16 do
turtle.select(slot)
turtle.drop()
end
turtle.select(1)
turtle.turnLeft()
turtle.turnLeft()

Raw Text