Nbt Crafting (Fabric)

Nbt Crafting (Fabric)

630k Downloads

[bug] Dupe on bundles

cbejl opened this issue ยท 1 comments

commented

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

  1. I'm making a mod to the colored bundle and use $ for copy NBT with bundle content.
  2. 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"
}

commented

That's actually a fun little oversight in the vanilla code that probably just hasn't popped up, since they're not doing crafting with bundles yet ^^