mojira.dev

Corail

Assigned

No issues.

Reported

MC-154328 The Village Siege (Zombie Siege) never happens Fixed MC-129057 The recipe book doesn't move ingredients that have NBT data Works As Intended

Comments

no this method checks nbt & enchant & damage, so it just needs to remove the nbt check

// MCP
if (!((ItemStack)this.mainInventory.get(i)).isEmpty() && this.stackEqualExact(p_194014_1_, this.mainInventory.get(i)) && !((ItemStack)this.mainInventory.get(i)).isItemDamaged() && !itemstack.isItemEnchanted() && !itemstack.hasDisplayName())

Yes, i just help you to identify the trouble but it looks the same bug 🙂

I'll edit it np 🙂