foxynotail / create-storage-mod-fabric

Create Storage Mod
https://www.curseforge.com/minecraft/mc-mods/create-storage
GNU General Public License v3.0
16 stars 12 forks source link

Use Fabric Transfer API for Passer #7

Closed skippyall closed 4 months ago

skippyall commented 4 months ago

As I already said in #4, using Fabric Transfer API for moving items would make the Passer more compatible with other mods. This pull request does exactly that. It also makes a lot of code in PasserHelper obsolete, however, I have not yet removed it.

foxynotail commented 4 months ago

I've now implemented this into the mod