I decided today to make my Blaze Spawner into an XP Farm. I used the same design as Direwolf's and I used the same command:
edit startup
while true do
turtle.attack()
sleep(1)
end
I saved the code, and did everything I could and the turtles won't attack. I don't get hit when I stand in front of them and neither do the mobs. Any help is appreciated.
edit startup
while true do
turtle.attack()
sleep(1)
end
I saved the code, and did everything I could and the turtles won't attack. I don't get hit when I stand in front of them and neither do the mobs. Any help is appreciated.