CC: Tweaked

CC: Tweaked

65M Downloads

The modem does not see extended drawers

Closed this issue ยท 6 comments

commented

Minecraft Version

1.20.1

Version

1.115.1

Details

Modems do not see drawers from the "extended drawers" mod

commented

Thanks for the report! Bit of an odd request, but would you be able to take a screenshot of the bug report template? I have a sinking suspicion it's not rendering correctly on some computers.

commented

The modem connected to drawers cannot be connected to the network; when RMB is pressed on the modem, nothing happens.
Image

commented

Can a vanilla hopper add and remove items from the drawer?

commented

Yes, vanilla hopper can interact with drawers.

commented

This would work only with mod like UPW, because drawer implement only default Fabric transfer API and not slotted one.

Update: from code this is true. But seems that combined storages with controller does implement slotted storage.

commented

Thank you!