Hello, So i recently coded myself this:
m = peripheral.wrap("right")
m.setAutoCollect(true)
local currLevel = 0
while true do
turtle.attack()
currLevel = m.getLevels()
print("Currently Level: "..currLevel)
sleep(1)
And it's spamming this in the turtle:
and i want...