mojira.dev
MC-153058

Source block contents changed when dropping loot from loot table with "set_attributes" function

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

  1. Put the attached loot table into a loaded datapack at <datapack>\data\minecraft\loot_tables\blocks

  2. Place a blue shulker box and fill it with a diamond helmet

  3. 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.

Linked issues

Attachments

Comments 1

Confirmed in 1.16.1 and 20w28a. Seems to affect every loot table function that doesn't change the item ID of the items it modifies, not just set_attributes. I have attached a datapack containing the provided loot table for easier reproduction.

HalbFettKäse

(Unassigned)

Confirmed

Platform

Low

Loot tables

Minecraft 1.14.1, 1.15.2, 20w10a, 1.16.1, 20w28a, 1.19.3, 23w04a

Retrieved