mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-05 19:18:11 +00:00

- Add a new ContainerTransfer class to handle moving items between containers. This is now used for turtle.drop/turtle.suck as well as inventory methods. - Any other usages of IItemHandler (which are mostly on turtle inventories) now use Container and a couple of helper methods.