Version cloning
This guide will be useful for modpack creators and players who want to keep multiple modpacks for same version using "Subfolders" feature.
info
This page requires localization of one screenshot. Feel free to open a PR if you want to help!
How to clone a version?
note
This guide assumes you're using "Subfolders" feature
- Start Legacy Launcher
- Click "Open game folder" (the one with folder icon) button to open game folder
- Launcher may ask you to select a folder. You should select "root folder"
- Open
versions
folder - Find a version you want to clone and copy it
- Choose a new version name. We will use
MyCoolModpack 1.21.3
for this guide - Rename created folder copy to selected name
- Open renamed folder. Rename both jar and json files to the same name as folder.
warning
Folder name must be the same as contained files names, otherwise the launcher will not be able to detect this version.
For example: if folder name isMyCoolModpack 1.21.3
it must containMyCoolModpack 1.21.3.json
andMyCoolModpack 1.21.3.jar
files, all other files will be ignored. - Open renamed json file with any text editor (e.g. Notepad++)
note
You should not use any office suite!
- Find
id
field and replace it with selected version name{
"id": "MyCoolModpack 1.19.2",
"jar": "1.19.2",
"family": "Forge-1.19",
"time": "2023-09-16T19:39:53.686Z",
"releaseTime": "2022-08-05T11:57:05Z",
"type": "modified",
"mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher",
"minimumLauncherVersion": 21,
…- If you're using "Subfolders" feature in "Separate folder for each family" mode you must also rename the
family
field. The family name is not required to be the same as the version name, and you can use one family name for multiple versions{
"id": "MyCoolModpack 1.19.2",
"jar": "1.19.2",
"family": "mycoolmodpack",
"time": "2023-09-16T19:39:53.686Z",
"releaseTime": "2022-08-05T11:57:05Z",
"type": "modified",
"mainClass": "cpw.mods.bootstraplauncher.BootstrapLauncher",
"minimumLauncherVersion": 21,
…
- If you're using "Subfolders" feature in "Separate folder for each family" mode you must also rename the
- Save the file
- Restart the launcher. Cloned version should appear with the selected name