
Sorting interface not connected to an inventory
Micky2506 opened this issue ยท 5 comments
In this scenario (the scenario in the title), the sorting interface consumes 1 item and you can't actually see the item anywhere, so you may feel like it got deleted. You can get it back by breaking the sorting interface.
Sorting interfaces shouldn't really accept items if they have nowhere to put them, and probably should function much more like a filtered block extender (no inventory of its own) than the current version.
The stack will show up in the left slot and will stay there until an output is found.
Looking into this, looks like we'd need to simulate adding any items to the connected inventory, and if that fails, not allowing items to enter the sorting interface.