Generate mods, currently only supports the image atlas. Generate either a mod of 1 color or a gradient of 2 colors. Takes about 12 seconds depending on your hardware and internet speed
Caution
Warning: If you are running the source code directly, make sure that you are using Python 3.12.4! Any other version may not work.
- Download and extract the latest release
- Make sure that the mod you want to update is properly formatted (example)
- Go to the root folder of the mod that you want to update
- Create a new file named `info.json` and add either the file version or the version GUID that your mod was made for (file version is checked first, if it's not found then it checks for the GUID). The right format can be found in the example data below
Example data for info.json
{
"fileVersion": 676,
"clientVersionUpload": "version-e1da58b32b1c4d64"
}
After completing these steps, go to where you extracted the updater tool and run mod_updater.py
- A Windows PC (Optional)
If you are having any issues, feel free to ask them in my support server.