move apis into rom/modules/main for shell compatibility

This commit is contained in:
kepler155c@gmail.com
2019-06-28 13:50:34 -04:00
parent d4e379af2e
commit b8544644b7
142 changed files with 613 additions and 3869 deletions

View File

@@ -3,13 +3,13 @@ if not _G.turtle and not _G.commands then
end
local Adapter = require('core.inventoryAdapter')
local Event = require('event')
local GPS = require('gps')
local Event = require('opus.event')
local GPS = require('opus.gps')
local itemDB = require('core.itemDB')
local Schematic = require('builder.schematic')
local TableDB = require('core.tableDB')
local UI = require('ui')
local Util = require('util')
local UI = require('opus.ui')
local Util = require('opus.util')
local colors = _G.colors
local fs = _G.fs