
This mod links mods from your Git repository to the client.
This mod is designed for the automatic updating of "Client" ModPacks. These ModPacks are automatically updated whenever the "Server" ModPack is updated.
When the client is launched, if it detects an update, a window will pop up, notifying the player that the modpack has an update. There will also be a Update button, which will trigger the modpack update and then close Minecraft.
This ModPack is actually a GitHub repository that contains a file with the server ModPack version and a folder with the mods.
version.json.{
"version": "1.0.0"
}
(This version represents the server modpack version. You’ll need to increase this version whenever you add updates.)
Upload the mods in a compressed file named mods.zip (The mods should be directly in the main directory of the compressed file, meaning there should be no folders inside the compressed file.)
This ModPack is for the player using these mods. It will include a pxl-updater.json file, where the current client version and the GitHub repository link will appear.
config folder, and inside it, you’ll see a file called pxl-updater.json.repositoryUrl value. The version will automatically sync to the one in the GitHub repository.