Alpha: backpacks have curse of binding when locked
IThundxr opened this issue ยท 4 comments
From leobeliik:
also dunno if it's a bug or just a change but the backpack shows it has curse of binding when locked in 1.20, it doesn't in 1.19
The backpack does use Curse of Binding to lock the slot https://github.com/VazkiiMods/Quark/blob/master/src/main/java/vazkii/quark/addons/oddities/item/BackpackItem.java#L133
I think there was some code that removed Curse of Binding from the Backpack tooltip but it might have been broken, the mixin looked really hacky.
That's correct, yes. The curse is used to prevent you from removing the backpack in a way that other mods would likely respect. It just removed it from the tooltip
Fixing #4481 seemed to fix this by accident. i'll take it