Implemented storage pulling from suppliers; update roadmap

This commit is contained in:
Zenon Seth
2023-11-07 02:03:14 +00:00
parent 0657728644
commit 08207a9035
11 changed files with 169 additions and 97 deletions

View File

@@ -19,7 +19,6 @@ function logistica.take_stack_from_network(stackToTake, network, collectorFunc)
end
end
-- calls the collectorFunc with the stack - collectorFunc needs to return how many were left-over<br>
-- `collectorFunc = function(stackToInsert)`<br>
-- returns true if item successfully found and given to collector, false otherwise