gnembon / carpet-autoCraftingTable

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

Item Pulling Order #13

Closed evermoreobsolete closed 4 years ago

evermoreobsolete commented 4 years ago

I found an issue when crafting honey blocks and how they could be left on the table but there seems to be wider issue so I have closed the honey block specific issue and opened this ticket for the general case. (Honey block issue #12 )

If a crafted item can't be pulled because the hopper below it is filled with other items, then the input items are consumed but the output item is stuck on the table. This can lead to the output item being 'deleted' if items for another recipe are added.

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.

My take on this is a check is needed to ensure there is space in the bottom hopper for the output item prior to the item being crafted.

evermoreobsolete commented 4 years ago

This is a repeat of an existing issue (#8), closing.