-
Bug
-
Resolution: Unresolved
-
None
-
1.18.1, 22w03a, 22w05a, 22w06a, 1.18.2 Pre-release 1, 1.18.2, 22w18a, 1.19 Release Candidate 2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20.1, 1.21
-
Confirmed
-
Statistics
-
Low
-
Gameplay
The Bug:
When a player packs or unpacks items (within the inventory) using bundles, "minecraft.used:minecraft.bundle" doesn't increase.
Please note that this scoreboard objective correctly increases when items are emptied from bundles (outside of the inventory).
Steps to Reproduce:
- Create a scoreboard objective for tracking when you use a bundle and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add UseBundle minecraft.used:minecraft.bundle
/scoreboard objectives setdisplay sidebar UseBundle
- Obtain a bundle along with some items by using the commands provided below.
/give @s minecraft:bundle
/give @s minecraft:dirt 64
- Pack and unpack items (within the inventory) several times using the bundle.
- Take note as to whether or not "minecraft.used:minecraft.bundle" increases when packing or unpacking items using bundles.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would increase as the bundle is being used to pack/unpack items.
- relates to
-
MC-204337 Bundle use stat never increases
- Resolved