* canvas overhaul * editor 2.0 * more tweaks * more editor work * completions + refactor * cleanup + editor additions * cleanup + undo overhaul * editor recent/peripherals/redo + cleanup * editor path issues * cleanup * changes for deprecated ui methods - recolor milo - make turtle scripts run again - mob rancher improvements * can now use named colors
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
_G.requireInjector(_ENV)
|
|
local config = require('opus.config').load('gps')
|
|
if config.home then
|
|
if turtle.enableGPS() then
|
|
return turtle.pathfind(config.home)
|
|
end
|
|
end
|