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

Full hopper minecarts cause extracted inventories to send comparator updates

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.21.4
    • Java 21.0.3
    • Community Consensus
    • Redstone
    • Normal
    • Platform

      Hopper minecarts call HopperBlockEntity.suckInItems even when they are full. This causes them to send comparator updates every tick around extracted inventories even if the cart is full.

      By contrast, regular hoppers do not because they check whether they are full before trying to suck in items from above.

      Test:

      1. Build setup in the image [shulker box above hopper minecart and hopper and 2 comparator update detectors]
      2. Fill both hopper and hopper minecart with full item stacks [in this case 5 stacks of 64 slime blocks]
      3. Place item stack in both shulker boxes [most block inventories will work]

      Expected: Neither comparator update detector gets triggered - after player interaction
      Observed: Hopper cart comparator update detector gets triggered constantly.

      Additional notes:

      The fix should ideally be an isFull check before MinecartHopper.suckInItems() is called. This will likely also reduce lag in cases where hopper minecarts are full, most frequently being hopper minecarts in 2x hopper speed box unloaders.

      The fix should not patch inventory hopper arrangements which currently do send comparator updates. These include: player interaction, normal transferring, and nonempty extracted inventory + unfull hopper/hopper minecart inventories which do not result in items being transferred. Also said arrangements should also still work with hopper minecarts after the fix.

      This bug likely affects many more versions than currently listed.

       

        1. 2025-01-25_22.57.14.png
          917 kB
          stacked_dynamite
        2. 2025-01-27_16.11.19.png
          757 kB
          stacked_dynamite
        3. 2025-01-27_16.11.21.png
          904 kB
          stacked_dynamite
        4. 2025-01-27_16.11.24.png
          814 kB
          stacked_dynamite
        5. 2025-01-27_16.11.25.png
          919 kB
          stacked_dynamite

            Unassigned Unassigned
            stacked_dynamite stacked_dynamite
            Votes:
            6 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: