multiMiner

This commit is contained in:
kepler155c@gmail.com
2019-01-17 11:22:10 -05:00
parent ad671621e8
commit 7914990d6c
4 changed files with 252 additions and 107 deletions

View File

@@ -103,6 +103,7 @@ 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