Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-11181

Experience Orbs Not Being Absorbed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.19.80.21 Preview, 1.19.80
    • 1.20.0.20 Preview, 1.19.70.22 Preview, 1.19.60.26 Preview, 1.19.60.22 Preview, 0.12.1 Win10, 0.12.2, 0.12.3, 1.19.30.25 Preview, 1.19.30.22 Preview, 1.19.20.23 Preview, 1.19.20.22 Preview, 1.19.0.21 Preview, 1.19.0.20 Beta, 1.18.20.30 Preview, 1.18.20.29 Beta, 1.18.20.25 Beta, 1.18.20.24 Preview, 1.18.20.23 Beta, 1.18.10.26 Beta, 1.18.10.21 Beta, 1.18.0.20 Beta, 1.17.40.21 Beta, 1.17.40.20 Beta, 1.17.30.25 Beta, 1.17.30.24 Beta, 1.17.30.23 Beta, 1.17.30.22 Beta, 1.17.11 Hotfix, 1.17.0.52 Beta, 1.16.220, 1.16.210.58 Beta, 1.16.210.54 Beta, 1.16.210.50 Beta, 1.16.200.57 Beta, 1.16.200.55 Beta, 1.16.200.53 Beta, 1.16.200.52 Beta, 1.16.200.51 Beta, 1.16.100.60 Beta, 1.16.100.58 Beta, 1.16.100.57 Beta, 1.16.100.56 Beta, 1.16.100.55 Beta, 1.16.100.54 Beta, 1.16.100.51 Beta, 1.16.20.50 Beta, 1.16.0.68 Beta, 1.16.0.67 Beta, 1.16.0.66 Beta, 1.16.0.64 Beta, 1.16.0.63 Beta, 1.16.0.59 Beta, 1.16.0.51 Beta, 1.15.0.53 Beta, 1.14.1 Hotfix, 1.4.1 (Nintendo Switch), 1.4.4.0, 1.2.1.1, 1.2.8.0, 1.2.9.1, 1.2.10.1, 1.2.10.2, 1.2.11.4, 1.4.3.0, 1.4.2.0, 1.6.0.5, 1.14.0, 1.14.60 Hotfix, 1.16.0, 1.16.1, 1.16.10, 1.16.21, 1.16.20, 1.16.50 Hotfix (iOS), 1.16.40 Hotfix, 1.16.61 (PS4), 1.16.100.59 Beta, 1.16.100, 1.16.101 Hotfix, 1.16.201 Hotfix, 1.17.0, 1.17.30, 1.17.32, 1.17.34, 1.17.40, 1.17.41 Hotfix, 1.18.0, 1.18.1 Hotfix, 1.18.2 Hotfix, 1.18.10, 1.18.12 Hotfix, 1.19.0, 1.19.10, 1.19.20.24 Preview, 1.19.20, 1.19.21 Hotfix, 1.19.22 Hotfix, 1.19.30, 1.19.31 Hotfix, 1.19.40, 1.19.50, 1.19.51, 1.19.60, 1.19.73
    • None
    • Confirmed
    • Multiple
    • 43091 / 128382 / 380338 / 426856

      The bug

      Sometimes, XP orbs hover around a player constantly, instead of being absorbed as they should. In some cases, the player can be so distracted and/or blinded by them that they don't notice hazards like ravines or lava.

      How to reproduce:

      1. Spawn a bunch of XP orbs (can be spawned using /summon, killing mobs, XP bottles, etc.)
      2. Walk near those orbs

      →  Notice how some follow you but do not get absorbed

      Cause

      XP orbs on the client do not sync positions with the corresponding entities on the server. As a result, whenever XP orbs move there is a chance that their client and server positions will diverge. This often happens when they collide with blocks or other entities, and

      • since 1.16.220 it happens whenever they touch water with non-zero liquid_depth because the client-side orbs are no longer moved by water currents (MCPE-120829),
      • since about 1.17.40 it happens when they spawn because client-side orbs do not spread (MCPE-141467), and
      • since about 1.18.0 it happens when you relog because client-side orbs get teleported upwards (MCPE-150723).

      If the client and server positions become separated by too much then players can't absorb the orbs when they appear to be close enough. In this situation, the client-side orbs can follow the player for very long distances, and they cannot be destroyed (by fire, lava, explosions, or the void).

      Workarounds

      • Use a command like /tp @e[type=xp_orb] @s to teleport all the floating orbs in all ticked areas to your position, so that you should immediately absorb them. (Or, to give them to another player, use the command tp @e[type=xp_orb] <gamertag>, specifying the gamertag of the player.)
      • Try moving around the area where the orbs originally dropped or you first saw them, including moving vertically if there are surfaces that invisible orbs could be lying on.
      • To resync the orbs, save & quit then reload the world, or go to a different dimension, then come back.

      If you hear the tinkling bell sound of an orb being absorbed, you'll know that you found one, even if you didn't see any.

       

            CallMeChris CallMeChris
            Votes:
            297 Vote for this issue
            Watchers:
            89 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: