https://github.com/isxander/bundle
Automatically update your mods using the Modrinth API
https://github.com/isxander/bundle
Last synced: about 1 year ago
JSON representation
Automatically update your mods using the Modrinth API
- Host: GitHub
- URL: https://github.com/isxander/bundle
- Owner: isXander
- Created: 2023-04-27T21:23:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T17:08:46.000Z (about 3 years ago)
- Last Synced: 2025-03-31T00:07:01.906Z (about 1 year ago)
- Language: Kotlin
- Size: 80.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bundle Updater
Update your mods automatically upon launch.
## How does it work?
This mod is actually quite simple! To summarise, it does the following:
- Scans the folder `.minecraft/bundle-mods` for mods.
- Uses the modrinth API to find the latest version of each mod.
- Downloads the latest version of each mod.
- Removes the old version of each mod.
- Instructs Quilt Loader to use `bundle-mods` as a mod folder.
## How do I install it?
First, **make sure you are using the latest version of Quilt Loader**. This mod will not work
with Fabric or Forge at this time.
### Installer
1. Download the installer from [my website](https://www.isxander.dev/bundle-updater)
2. Open the installer
3. Select the `.minecraft` folder you want to install it to.
4. Click install.
Once installed, any new mods you want to install should go to `.minecraft/bundle-mods`, not `.minecraft/mods`.
### Manual
1. Download the latest version of the mod from [my website](https://www.isxander.dev/bundle-updater),
or from [Modrinth](https://modrinth.com/mod/bundle-updater) or [CurseForge](https://www.curseforge.com/minecraft/mc-mods/bundle-updater).
2. Rename `.minecraft/mods` to `.minecraft/bundle-mods`
3. Create a new folder called `mods`, and place the bundle updater jar inside.
4. You're done!