Sophisticated bowls
Quezler opened this issue · 3 comments
Modpack Version
0.5.19
Describe your issue.
if you have stacked food (that returns a bowl when eaten) in your backpack with a feeding upgrade the bowl will appear in your main inventory instead of somewhere (else) in the backpack, only the last item from a stack stays in place.
issue spotted before, but reproducible with e.g. squid ink pasta from farmer's delight: (inv. bowls already removed)
Crash Report
No response
Latest Log
No response
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Server
Would you mind reporting this yourself? :x
https://github.com/P3pp3rF1y/SophisticatedBackpacks/issues
Sophisticated backpacks is yet another minecraft backpack mod this time with backpack you can place in world, color in different color combinations, upgrade with more inventory and enhance with man...
This can't be fixed without adding support to forge for both the stack that's eaten from and container to be returned at the same time.
At this point any item that can stack and has container needs to add the container to player's inventory if it's not eaten fully yet. The other potential option would be to hack this logic into the method that handles putting items in player's inventory and potentially breaking other mods or if broken breaking stuff like player picking up items. Honestly both of these are significant changes for something as small as a few container items ending up in player's inventory so I am not planning to "fix" that.