Iris durability getter mutates ItemStack
slava110 opened this issue ยท 0 comments
Describe the bug
Durability getter mutates ItemStack state in 1.20.1 which shouldn't happen for getters. This getter is, notably, used on client side for hover info, which could lead to desync
Not a problem in 1.21 version of the mod
To Reproduce
Use getter and it will modify NBT of an item