reorganization

This commit is contained in:
kepler155c
2017-09-15 20:28:00 -04:00
parent d45b375678
commit b4d3160cd8
5 changed files with 106 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ if not turtle and not commands then
end
requireInjector(getfenv(1))
package.path = package.path .. ':/' .. fs.getDir(shell.getRunningProgram()) .. '/apis'
local Blocks = require('blocks')
local class = require('class')