Require all needed libraries

This commit is contained in:
2023-03-21 13:33:08 -05:00
parent 0f4fe2bb81
commit 49833b2270

View File

@@ -1,3 +1,4 @@
local component = require("component")
local pipe = component.logisticspipe.getPipe()
local items = pipe.getAvailableItems()
print("Requesting all items I can find... this might take up a lot of storage space!")