plethora import/export support

This commit is contained in:
kepler155c
2018-03-29 14:22:02 -04:00
parent 3d1ee74f0f
commit 1bf79de220
4 changed files with 45 additions and 52 deletions

View File

@@ -17,9 +17,6 @@ function RefinedAdapter:init(args)
controller = Peripheral.getByMethod('getCraftingTasks')
else
controller = Peripheral.getBySide(self.side)
if controller and not controller.getCraftingTasks then
controller = nil
end
end
if controller then