implement hopper backend via beta config

This commit is contained in:
Soph :3 2026-01-30 23:07:09 +02:00
parent d86ab173e1
commit d367bf0f8d
10 changed files with 3198 additions and 537 deletions

View file

@ -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