turtle follow

This commit is contained in:
kepler155c@gmail.com
2019-02-20 08:53:12 -05:00
parent 9f009c164a
commit 1643145cf0
8 changed files with 192 additions and 141 deletions

View File

@@ -103,7 +103,6 @@ end
function page.detail:eventHandler(event)
if event.type == 'grid_select' then
projecting = event.selected
_G._p = scanner.getBlockMeta(projecting.x, projecting.y, projecting.z)
else
return UI.SlideOut.eventHandler(self, event)
end