![Traveler's Backpack [Fabric]](https://media.forgecdn.net/avatars/thumbnails/623/756/256/256/638018179443585069_animated.gif)
Travellers backpack and Terra storage can make you lose everything
SteakPotato opened this issue ยท 5 comments
- ALWAYS PROVIDE INFORMATION ABOUT MODLOADER (Fabric / Forge) AND MOD VERSION (For Example 1.19.2-8.2.10)
- Describe the bug
In Travellers backpack, if you have a filter active on any ability upgrade, then you want to filter you bag using terra storage sort. You lose everything in the bag including upgrades.
Sometimes the game crash.
- Write steps to reproduce the bug
Example :
-
pickup upgrade with the filter don't pick cobblestone.
-
Have cobblestone in backpack already.
-
use Terra storage sort.
And voila
-
What is expected behaviour
To sort the bag as it does usually. I know I could just use the sort option from travelers backpack (it works). -
Screenshots (If applicable)
I will add them later.
The problem with terra storage compat is that it sorts all slots possible in the inventory. If there's a way that only storage slots can be sorted and rest are ignored I can make proper changes. I will work on fixing this issue though.
Also seems like terra storage is ignoring the mayPlace(ItemStack)
and mayPickup(Player)
methods which are defining if slot should be available to sort
Contact with the developer is necessary, but I haven't received any response yet under issue I've marked above