Details
-
Type:
Bug
-
Status: Open
-
Resolution: Unresolved
-
Affects Version/s: 1.15.2, 20w11a, 20w12a, 1.16 Pre-release 2, 1.16 Release Candidate 1, 1.16, 1.16.1, 20w27a, 20w29a, 1.16.2 Pre-release 2, 1.16.2 Release Candidate 1, 1.16.3 Release Candidate 1, 1.16.3, 1.16.4, 20w51a
-
Fix Version/s: None
-
Confirmation Status:Confirmed
-
Category:Redstone
-
Mojang Priority:Normal
Description
The Bug
Hoppers can delete bonemeal from a composter on top if each slot of the hopper has a single item (That isn't bonemeal and is not a full stack). It would be expected that the hopper would leave the bonemeal in the composter and not delete it, as if all slots of the hopper are completely filled with full stacks.
When the hopper checks if it can take the bonemeal item from the compostor
- Checks if all slots are 100% fill
- If fill, stop
- If not fill, removes bonemeal from the compostor and tries to insert it into the hopper
- If it can insert the bonemeal, it does so and stops
- If it can't insert
→Return bonemeal to the compostor
→Stop
The hopper should just not take the bonemeal before testing if it can actually fit
To reproduce
- Fill a hopper by placing one item in each slot (That isn't bonemeal and is not a full stack
- Place a composter on top
- Fill the composter up
→At the last level, the hopper will grab the bonemeal from the composter, but because each slot has an item and the hopper is not filled with full stacks, the item will be deleted
Video
Attachments
Issue Links
- is duplicated by
-
MC-195426 hopper deletes bonemeal after pulling from full composter
- Resolved