mojira.dev
MC-256599

Bundle adds air as a stack when attempting to add to a bundle with more than 64 items inside

If you create a Bundle with more than 64 items inside (Like with the /data command) and attempt to add anything additional to it, it will add a stack of air for every time you attempt.
Rightclicking with an empty mouse will remove these air stacks one by one as well.

Repoduce

  • Run the command

    /give @s minecraft:bundle{Items:[{id:"minecraft:egg",Count:64},{Items:"minecraft:egg",Count:64}]}
    /give @p bundle[minecraft:bundle_contents=[{count:64,id:"minecraft:spruce_log"},{count:64,id:"minecraft:stone"}]]
  • Try to place another item in the bundle

Linked issues

Attachments

Comments 4

That does look very similar. The invalid item being added to the spawned bundle in this (256599) is being done in-game through normal gameplay methods, such as attempting to right-click a stack of chicken into the overfilled bundle, resulting in a stack of (what I'd assume to be) AIR being added to the bundle without the use of a command.

Thanks for the info I was able to reproduce it

Cannot reproduce in 24w09a. Is this still an issue? I have added an updated command using item stack components to the description.

Eclipsebre

(Unassigned)

Confirmed

Gameplay

Low

Items

bundle

1.19.2, 1.19.3, 23w04a

Retrieved