-
Bug
-
Resolution: Unresolved
-
None
-
23w42a, 1.20.4, 23w51b
-
None
-
Community Consensus
-
Items, Redstone
-
Normal
-
1128972
-
Expansion B
When a crafter is outputting into a full inventory, it places the result in the world as an item entity.
This is different to how droppers operate, where a full inventory prevents the dropper from moving items into the container, and no action occurs.
This is unintuitive to players, and while it could be worked around with additional Redstone to monitor the output container, would make the crafter more difficult to work with for non-technical players.
Steps to reproduce:
- Place a barrel infront of a crafter.
- Fill the barrel.
- Set the crafter up to craft anything, and give it a redstone pulse.
Admittedly, there may be some complication fixing this since recipes can output a unknown number of items as well as additional items (such as buckets from a cake recipe etc) making a "check before craft" more difficult or performance intensive to do.
- is duplicated by
-
MC-265974 Crafter Dispenses Items When Facing A Full Inventory
- Resolved
-
MC-267850 Crafter does not check whether container is filled.
- Resolved
- relates to
-
MCPE-176558 Crafter ejects items when activated while facing a container it cannot place them in
- Open