[bug] Smithing recipes leave the merge tag in the resulting NBT data.
sisby-folk opened this issue ยท 1 comments
Version
1.19.2 with 2.2.3
Describe the bug
When crafting using nbt smithing recipes with data merging, the tag base
is erroneously added to the output.
Without adding "$": "base"
, NBT is not copied. When it's added, the stray tag is appended to the result.
To Reproduce
- Use any smithing table recipe that merges NBT - e.g. this one
netherite_chestplate_upgrade_sacrifice_sword.txt - The output will inlcude
"$": "base"
in the NBT tags
Expected behavior
The result item should not have any additional tag added - only the base NBT.