Require all needed libraries

This commit is contained in:
Cody Young 2023-03-21 13:33:08 -05:00
parent 0f4fe2bb81
commit 49833b2270
1 changed files with 1 additions and 0 deletions

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!")