ModsSelect is a Python app for minecraft mods.
- Download the latest release here
- Go to your download folder and run the file named
ModsSelect-setup.exe
- Go through the installation prompt
- Done !
With this app you can:
- Download the mods from Modrinth and CurseForge you selected in any loader and minecraft version
- Update them to their latest version in minecraft version you choose
- Make list of mods so that you can reselect them faster
-
You can change the config files to add other minecraft versions or add other mods
Warning
When you update the app, the config file for the minecraft versions is reset. Be sure to save it before updating if you changed it{ModsSelect Location}/config/minecraft_versions.json
- Add here all the minecraft versions you want
{ModsSelect Location}/config/mods/yourfile.json
{ "name": "Mod name", "category":null, "id":null, "site":null }
- name: Put the name of the mod you want to add
- category: The category you want your mod to be in, if null the mod will be placed in the other category
- id: The id of the mod in Modrinth or CurseForge. Leave it null, the app will fill it automatically
- site: The website were the mod comes from, only supports Modrinth and CurseForge. Leave it null, the app will fill it automatically
If you have any issues, feel free to open an issue. I will make sure that I respond in a short time.
- Cleanup the code and add comments
- store the assets folder inside the executable
- Make the app faster
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
ttkwidgets for the CheckboxTreeview and the Tooltip that I modified
sv_ttk for the sun valley theme
PicoPlanetDev for the custom titlebar that I modified
This work is licensed under the GNU General Public License v3.0