Create

Create

86M Downloads

Brass funnel does not always respect output size

josiah-roberts opened this issue ยท 1 comments

commented

Describe the Bug

Under some conditions, the brass funnel will mis-behave and output a different number of items than specified.

In my particular case, this keeps messing up the system for crafting various 3x3 packing recipes - the idea is "don't dispense anything unless you have nine of them", but the funnel does not always obey this, clogging the system up.

Reproduction Steps

  1. Have a brass funnel output nuggets in units of 9 to a consumer that needs 9.
  2. Jostle the input around.
  3. Eventually, it screws up.

See repro video: https://youtu.be/EV6xno7IW6w

Expected Result

A funnel with a set dispense stack size only dispenses that stack size.

Screenshots and Videos

https://youtu.be/EV6xno7IW6w

Crash Report or Log

No response

Operating System

Dockerized server running on UnRAID

Mod Version

0.4.0b

Minecraft Version

1.18.1

Forge Version

39.0.10

Other Mods

No response

Additional Context

No response

commented

Thanks for the report!
Looks like the true culprit is the input funnel facing the basin.
A basin only holds 16 items which leaves 2 nuggets behind if they are added too quickly- since its no longer a stack of nine items the funnel wont accept it anymore.

Until this is fixed, you can safely remove the stack size requirement from the inserting funnel since the extractor already has it.