Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

Backpack Inventory Wipes When Upgrading Backpack

sharkweekthings opened this issue ยท 2 comments

commented

Describe the bug
The Backpack seems to wipe itself after each "Bag Upgrade"

Please go to Discussions to add new feature requests / suggestions or comment on existing ones.

To Reproduce
Steps to reproduce the behavior:

  1. Craft a Leather Backpack
  2. Put Items in the backpack
  3. Upgrade that backpack to Iron
  4. Contents of the bag are deleted
  5. Add new items to the Iron bag
  6. Update it to Gold
  7. Items are again wiped
  8. I imagine I can continue this cycle all the way up to the last tier of Backpack.

Expected behavior
the Backapack data should be stored, and not wipe when the bag is upgraded to the next tier

Screenshots
image
image
image
image
image
image

Versions
Forge 1.19.2 / 43.2.21
sophisticatedbackpacks-1.19.2-3.18.55.889
sophisticatedcore-1.19.2-0.5.83.394

Problem present in my Modpack current version 1.14 (unsure about past versions as this is a new issue that came up)
https://www.curseforge.com/minecraft/modpacks/plastek

commented

You need to use the correct recipe type when changing the recipes - "type": "sophisticatedbackpacks:backpack_upgrade"

commented

Thanks!

I came back to say that I looked at the recipe in the mod JAR file and saw my mistake. Got everything working appropriately, now. Can close this out!