1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00
CC-Tweaked/buildSrc
Jonathan Coates 55494b7671
Rewrite how we do inventory transfers
- 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.
2022-11-08 21:31:24 +00:00
..
src/main/kotlin Rewrite how we do inventory transfers 2022-11-08 21:31:24 +00:00
build.gradle.kts Move our public API into separate modules 2022-11-06 15:07:13 +00:00
settings.gradle.kts Use spotless for enforcing licenses 2022-10-22 18:19:51 +01:00