Botania

Botania

145M Downloads

Hopperhock does not distribute items in (Quark's) Crafter

TheRealWormbo opened this issue ยท 0 comments

commented

Mod Loader

Forge

Minecraft Version

1.20.1

Botania version

447

Modloader version

(any)

Modpack info

No response

The latest.log file

(n/a)

Issue description

The Hopperhock pushes items a stack at a time, and the Crafter (both the 1.20 vanilla one and Quark's port of it) still opens the entire slot, it merely closes off slots with more items to ensure the least-filled slot receives items first.

Presumably this could be an issue with other blocks that are designed to distribute items across their slots, yet allow them to stack up eventually.

Steps to reproduce

No response

Other information

Potential implementation idea: Have a tag (for blocks or maybe even block entities) to switch item transfer to singles. This might cost some performance and it would need support for things like Red Stringed Container.