peripheral overhaul

This commit is contained in:
kepler155c
2018-01-06 06:08:39 -05:00
parent c48243eae5
commit f2b9efc80f
8 changed files with 176 additions and 108 deletions

View File

@@ -8,7 +8,7 @@ local Util = require('util')
local colors = _G.colors
local multishell = _ENV.multishell
local storage = InventoryAdapter.wrap({ autoDetect = true })
local storage = InventoryAdapter.wrap()
if not storage then
error('Not connected to a valid inventory')
end