Crafty crate stuck when there is no recepie
devemouse opened this issue · 4 comments
This is more a suggestion: if crafting spaces are full but there is no valid recepie found the crate could just dump all the items on the ground. Right now it is stuck with all items inside and only way to reset it is break and replace.
This should work with Crafting Patterns as well.
Found this while building cake farm. I use the crate with 1x1 crafting pattern to convert sugarcane to sugar. And the issue occurs when some item lands by accident inside hopper above the crate (eg. dirt).
Botania 187.
It was caught in the crossfire in 3013253 (1.5 years later), and the current state of the lexicon states current behavior as intended.
ah, that's fair i suppose, i did try right clicking it or applying redstone to get it un-stuck, but i forgot to try the wand. 😅
i assumed it was a bug & didn't look further because it seems to consume an astonishingly amount of tps if the recipe is stuck:
basically vanilla + industrial foregoing + botania, shown is a single hopper in it:
and on enigmatica6 where i originally ran into this issue:
(the visualization is done through observable) ✨
my guess is that it tries to craft with the items every tick and doesn't cache its failed status anywhere?
(if the consumed tps were next to 0 i would probably have looked in the book first, but this seemed wrong)