Closed Hipposgrumm closed 1 year ago
When untrimming an item with shears, it will remove the trim tag. And apparently any others as well.
I accidentally used new ItemStack(armorItem.getItem()) instead of armorItem.copy().
new ItemStack(armorItem.getItem())
armorItem.copy()
When untrimming an item with shears, it will remove the trim tag. And apparently any others as well.