Eclipsebre
- Eclipsebre
- JIRAUSER737481
- America/Chicago
- Yes
- No
1 issues
Key
Summary
Status
Reporter
Assignee
Created
Bundle adds air as a stack when attempting to add to a bundle with more than 64 items inside
Awaiting Response
Changed Description:
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

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.