You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Old scrolls before the update are experiencing issues where the durability will only go down by 1, but they will stay at that level forever. They won't break and when the user logs out and back in, the durability is being set back to maximum. The console is showing [vane-core] Updated item durability vane_trifles:home_scroll when this happens. Any ideas what's going on?
The text was updated successfully, but these errors were encountered:
Also happens on opening scrolls in an enderchest. Something is failing in the vane/vane-core/src/main/java/org/oddlama/vane/core/item/ExistingItemConverter.java script in the process_inventory function.
Yes you are right, the old values seem to be persisted after converting to the new vanilla durability system. And then they are converted each time which resets the durability to the old value.
Thanks for noticing, will be fixed in the next release (when PaperMC releases a stable 1.21.3 in the coming days) :)
Old scrolls before the update are experiencing issues where the durability will only go down by 1, but they will stay at that level forever. They won't break and when the user logs out and back in, the durability is being set back to maximum. The console is showing
[vane-core] Updated item durability vane_trifles:home_scroll
when this happens. Any ideas what's going on?The text was updated successfully, but these errors were encountered: