End Portal Recipe (Fabric)

End Portal Recipe (Fabric)

35.8k Downloads

Loading inventory not working at all

kingstairs opened this issue ยท 0 comments

commented

Information

Minecraft version: 1.20.0
Modloader: Fabric
Fabric loader version: 0.16.2
Environment: Singleplayer

Mod name: Save and Load Inventories
Mod version: 3.4

Description

I am trying to transfer items from my character in 1.20.1 to a new 1.21.0 world. The inventory save went fine - I can see everything in the .txt save file.

I then load the save in 1.21.0, and it says it succeeds but it actually doesn't:

  1. The items themselves came through - armor, weapons, shulker boxes
  2. All of the enchanted items lost all of their enchantments
  3. None of the named items kept their names
  4. All of the shulker boxes were empty

There were no error messages in the log.

I did make sure both 1.20.1 and 1.21.0 were using the same version of the Collective and the Inventory mod.

When I moved from 1.19.2 to 1.20.1 I used the same procedure (and the same mods) with success.

Looking at the .txt file, the mod might be ignoring the "tag" data for the loaded item (which seems to hold all of the actual information about the saved item like name and contents)?

Thank you