Tfarcenim / DankStorageFabric

Creative Commons Zero v1.0 Universal
11 stars 9 forks source link

Upgrading Dank updates ID, losing inventory #48

Closed lwskosa closed 2 years ago

lwskosa commented 2 years ago

To reproduce issue:

Prerequisite:

  1. Craft/give [Any] rank Dank
  2. Take a note of ID
  3. Add some items
  4. Upgrade it to next rank using crafting grid (NOT Dock + upgrade card!)
  5. ID gets updated along with Rank
  6. Items you stored in Step 3 are now inaccessible
lwskosa commented 2 years ago

Is there any way to recover "lost" inventory due to this issue? (forcing ID, via config file or command)

Tfarcenim commented 2 years ago

Changing the nbt will change the inventory it points to which should work.

lwskosa commented 2 years ago

Changing the nbt will change the inventory it points to which should work.

Thanks!