MattiDragon / ExtendedDrawers

Adds drawers and more
Other
5 stars 13 forks source link

[Bug] Crafter can't input into drawer #124

Closed RedSnt closed 1 month ago

RedSnt commented 1 month ago

Description of the issue

The expected outcome of pointing the output of a crafter from 1.21 into a drawer would be to deposit it like it was a chest. Instead the crafter just spits the output on the ground before the drawer doesn't accept it.

Reproduction steps

Point crafter's output end into drawer. Activate crafter.

Mod version

3.0.2

Operating System

Linux (flatpak version via prism launcher v.8.4)

Minecraft version

1.21

Other mods

Fabric 0.16.0

Server

Not tested

Client

Happens

Logs

https://gist.github.com/RedSnt/62afc16893193d1df4e3976e4b3afc5a

Extra Context

I'm circumventing this by having the crafter output into a hopper, and said hopper then outputs into the drawer.

MattiDragon commented 1 month ago

I'll look into this, although I suspect this is an issue with fabric api not special casing the crafter

MattiDragon commented 1 month ago

This is a fabric api bug and has been reported there

RedSnt commented 1 month ago

Thanks. Should I close this then?

MattiDragon commented 1 month ago

Thanks. Should I close this then?

I'd keep it open so that anyone else encountering the issue knows about it

MattiDragon commented 1 month ago

Fixed in the latest fapi release