foxynotail / create-storage-mod-fabric

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

Passer can't interact with Extended Drawers #4

Closed hatkidchan closed 5 days ago

hatkidchan commented 1 month ago

Self-explanatory, neither of passers can suck/push items from/to drawers from Extended Drawers mod.

2024-05-31_12 47 07 2024-05-31_14 16 42 2024-05-31_14 20 18

Count doesn't change over time in either direction.

skippyall commented 2 weeks ago

The problem is that the Extended Drawers use the fabric storage api, but the passers only work with vanilla inventories. It would be better to use the fabric transfer api which works with both.

foxynotail commented 5 days ago

This should be fixed now