-
Bug
-
Resolution: Unresolved
-
None
-
1.21.4, 25w03a
-
None
-
Confirmed
-
Commands, Items
-
Low
-
Platform
The item entities seem to only drop items in their container component when they are a placeable tile.
To Confirm
/give @s minecraft:mud[minecraft:container=[{item: {count: 1,id:"minecraft:chiseled_stone_bricks"},slot: 1}]]
Throw item on the ground.
/data modify entity @n[type=item] Fire set value 500
The above command should set the item on fire.
Notice it drops the Chiseled Stone Bricks when the item is destroyed.
/give @s minecraft:stick[minecraft:container=[{item: {count: 1,id:"minecraft:chiseled_stone_bricks"},slot: 1}]]
Throw item on the ground.
/data modify entity @n[type=item] Fire set value 500
The above command should set the item on fire.
Notice how nothing is dropped when the item is destroyed.
- relates to
-
MC-279636 Item entities with "bundle_contents" component don't drop items if not a bundle
- Resolved