Hoppers cannot extract from unopened crafter with loot table
Summary
Hoppers do not pull from crafters with loot table until the crafter is opened. This behavior is inconsistent with that of chests.
Steps to Reproduce
- Enable 1.21 experiments.
- Get a crafter with a loot table. In 1.20.4, use:
/give @s crafter{BlockEntityTag:{LootTable:"minecraft:entities/chicken"}}In 24w12a, use
/give @s crafter[minecraft:block_entity_data={LootTable:"minecraft:entities/chicken",id:"minecraft:crafter"}] - Place a hopper.
- Place the crafter on top of the hopper.
- Check the contents of the hopper.
Expected Result
Hopper contains a raw chicken.
Actual Result
Hopper is empty. After opening the crafter, the items are transferred to the hopper.
2024-03-21, 05:51 AM
2024-03-25, 10:00 AM
3
2
1210749
-