spawner tweaks

This commit is contained in:
kepler155c@gmail.com
2019-01-09 05:41:33 -05:00
parent df8855acd5
commit 4311c982cd

View File

@@ -106,7 +106,8 @@ end
local function moveAgainst(b)
if turtle.faceAgainst(b) then
return turtle.attack()
repeat until not turtle.attack()
return true
end
end