Require all needed libraries
This commit is contained in:
parent
0f4fe2bb81
commit
49833b2270
|
@ -1,3 +1,4 @@
|
||||||
|
local component = require("component")
|
||||||
local pipe = component.logisticspipe.getPipe()
|
local pipe = component.logisticspipe.getPipe()
|
||||||
local items = pipe.getAvailableItems()
|
local items = pipe.getAvailableItems()
|
||||||
print("Requesting all items I can find... this might take up a lot of storage space!")
|
print("Requesting all items I can find... this might take up a lot of storage space!")
|
||||||
|
|
Loading…
Reference in New Issue