[bug] Dupe on bundles
cbejl opened this issue ยท 1 comments
Version
Minecraft 1.19.2 mod v2.1.4
Describe the bug
if remove the contents of the bundle during crafting - the result of crafting will remain with the NBT tag of the extracted resources
(bug video)
To Reproduce
- I'm making a mod to the colored bundle and use $ for copy NBT with bundle content.
- Dupe
Expected behavior
I expected that the NBT of the result would also change to empty
Log
Additional context
in iingredients just bundle and red dye, in result:
"item": "coloredbundel:red_bundel",
"data": {
"$": "i0"
}