-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.14.1, 1.15.2, 20w10a, 1.16.1, 20w28a, 1.19.3, 23w04a
-
None
-
Confirmed
-
Loot tables
-
Low
-
Platform
The bug
When using a loot table with the entry type dynamic and the entry name contents combined with the set_attributes function on a shulker box with the /loot command, the function also changes the items inside the shulker box.
How to reproduce
- Put the attached loot table into a loaded datapack at <datapack>\data\minecraft\loot_tables\blocks
- Place a blue shulker box and fill it with a diamond helmet
- Step on top of the shulker box and type the command /loot give @s mine ~ ~-1 ~ in chat
This should leave the former item unchanged and create a new one with modified attributes.
Instead, it will cause the diamond helmet inside the shulker box to also only have +2 Armour unlike the former diamond helmet which had +3 Armour and +2 Armour Toughness.
- relates to
-
MC-248824 Loot table entry of type "dynamic" copies list reference rather than deep copying items
- Open