implement hopper backend via beta config
This commit is contained in:
parent
d86ab173e1
commit
d367bf0f8d
10 changed files with 3198 additions and 537 deletions
|
|
@ -32,7 +32,8 @@ end
|
|||
---@param itemName string
|
||||
---@param perip ccTweaked.peripheral.Inventory|string|nil
|
||||
---@param maxAmount number|nil
|
||||
local function sendItemToSelf(itemName, perip, maxAmount)
|
||||
---@param id string|nil
|
||||
local function sendItemToSelf(itemName, perip, maxAmount, id)
|
||||
if perip == nil then
|
||||
perip = turtleId
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue