Hipposgrumm / armor-trims

2 stars 1 forks source link

Untrimming removes enchantments and possibly other NBT tags too. #7

Closed Hipposgrumm closed 1 year ago

Hipposgrumm commented 1 year ago

When untrimming an item with shears, it will remove the trim tag. And apparently any others as well.

Hipposgrumm commented 1 year ago

I accidentally used new ItemStack(armorItem.getItem()) instead of armorItem.copy().