desht / ModularRouters

A Forge Mod for item routers with pluggable modules
16 stars 20 forks source link

Dropper Module issue #210

Closed Rithenar closed 2 months ago

Rithenar commented 5 months ago

Describe the bug

when you get to the end of a stack in the router buffer, the module will not dispense the last item

How to reproduce the bug

Put a router with a dropper module with no restrictions (NBT, damage, etc) and set it up Router to work on pulse. The router will dispense all items on the stack except for the last one

Expected behavior

Dispense all items in buffer

Additional details

No response

Which Minecraft version are you using?

1.20

Crash log

No response

desht commented 5 months ago

Nope, sorry, I don't see that behaviour at all. The Dropper always drops the last item in the buffer for me.

Going to need a more detailed description of your setup. And also, can you reproduce it an instance with just Modular Routers (mods like JEI/Patchouli/etc are ok) ?

desht commented 2 months ago

Closed due to lack of response