Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-269706

Hoppers cannot extract from unopened crafter with loot table

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.4, 24w12a
    • None
    • Confirmed
    • Loot tables, Redstone
    • Normal
    • 1210749
    • Expansion B

      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

      1. Enable 1.21 experiments.
      2. 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"}]
        
      3. Place a hopper.
      4. Place the crafter on top of the hopper.
      5. 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.

            Unassigned Unassigned
            apple502j apple502j
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: