shell-scripte-code/monsterfarm.lua

8 lines
124 B
Lua
Raw Normal View History

2022-09-13 11:16:19 +02:00
while true do
turtle.attack()
sleep(0.1)
for i=1, 16, 1 do
turtle.select(i)
turtle.dropDown()
end
end