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
Created Issue:
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.Environment
Windows 10, Java JDK 17.0.1, Vanilla Minecraft 1.19.2 Server hosted locally
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.Rpeoduce
- Run the command
/give @s minecraft:bundle{Items:[{id:"minecraft:egg",Count:64},{Items:"minecraft:egg",Count:64}]}- Try to place another item in the bundle
Windows 10, Java JDK 17.0.1, Vanilla Minecraft 1.19.2 Server hosted locally
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.R
peoduce
- Run the command
/give @s minecraft:bundle{Items:[{id:"minecraft:egg",Count:64},{Items:"minecraft:egg",Count:64}]}- Try to place another item in the bundle
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}]}
- Try to place another item in the bundle
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


Does
MC-207048describe your issue?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.