Capsule

Capsule

7M Downloads

[Question] Movement of Capsules from one world to another

savosdarkran opened this issue ยท 3 comments

commented

Hello,

I was wondering if there was a way to move a structure from one save to another?

I moved:
/playerdata/playeruuid.dat
/structures/capsule/*
/data/capsuleData.dat
to the new world, but it doesn't seem to be working.

commented

I see in the code "templates". I will check what commands I have available and investigate this further on my end.

commented

Hello !

The easiest way to keep track of which capsule holds which content while moving the capsules from a world to another is to follow those steps :

  1. For each capsule, while holding the capsule in hand, use the command /capsule exportHeldItem. Click on the command to open the log file, and copy/paste the instruction in a text file.
  2. Copy all files from <oldworld>/structures/capsule/ to <newworld>/structures/capsule/.
  3. In the new world, execute all the "/give" commands pasted previously in the text file.

Edit: documented an easier way to migrate capsules.

commented

Updated recommanded steps to migrate (easier), no evolution in the mod itself is planned about the migration from world to world.