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
It seems that getSlots() was used in the Ender Drawer portion of the compat code instead of the intended getStoredStacks().size(), resulting in an IndexOutOfBoundsException when applying a void upgrade
Functional Storage Version: 1.3.6
Titanium Version: 4.0.28
Error Log: (The internal calls are cut for brevity)
The text was updated successfully, but these errors were encountered:
Not just Jade, applying Void Upgrade also breaks drawers themselves. Item quantity limits are gone, and UI also shows no items inside, or any upgrades.
It seems that
getSlots()
was used in the Ender Drawer portion of the compat code instead of the intendedgetStoredStacks().size()
, resulting in anIndexOutOfBoundsException
when applying a void upgradeFunctional Storage Version: 1.3.6
Titanium Version: 4.0.28
Error Log: (The internal calls are cut for brevity)
The text was updated successfully, but these errors were encountered: