gnembon / carpet-autoCraftingTable

autoCraftingTable extension for carpet-mod
GNU Lesser General Public License v3.0
80 stars 27 forks source link

Items Pulled in Wrong Order When Crafting Honey Blocks #12

Closed evermoreobsolete closed 3 years ago

evermoreobsolete commented 3 years ago

When crafting honey blocks the glass bottles that are left on the table can be the first items to be taken off.

If a honey block is setup and hopper placed under the crafting table then everything functions as expected and the honey block appears first followed by the glass bottles. However if all the bottom hopper's slots contain glass bottles then the glass bottles are pulled from the table first and the honey block is left on the table. The honey block can then be pulled if a slot in the bottom hopper is cleared.

It is not made explicit in the documentation, but I am assuming that the intention of this mod is that items are crafted when they are pulled by the bottom hopper and that any other behaviour is not intended as it leads to ambiguity. Honey blocks are, I believe, unique in that they leave behind items on the crafting grid and I'd expect this to be an edge case.

evermoreobsolete commented 3 years ago

I believe there is a wider issue here, I'm closing this ticket and opening a new one that addresses this.