{"id":13543480,"url":"https://github.com/JustAlittleWolf/modpackLoaderFabric","last_synced_at":"2025-04-02T13:30:26.058Z","repository":{"id":156625213,"uuid":"490418065","full_name":"JustAlittleWolf/modpackLoaderFabric","owner":"JustAlittleWolf","description":"Easily download lots of mods and automatically keep them up to date","archived":true,"fork":false,"pushed_at":"2022-08-17T16:48:03.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-03T10:32:56.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JustAlittleWolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-05-09T19:28:45.000Z","updated_at":"2023-05-01T10:23:51.000Z","dependencies_parsed_at":"2024-01-14T02:38:55.002Z","dependency_job_id":"5e7760bd-b1df-4b6c-a3c8-dc0f061c6923","html_url":"https://github.com/JustAlittleWolf/modpackLoaderFabric","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustAlittleWolf%2FmodpackLoaderFabric","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustAlittleWolf%2FmodpackLoaderFabric/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustAlittleWolf%2FmodpackLoaderFabric/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustAlittleWolf%2FmodpackLoaderFabric/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JustAlittleWolf","download_url":"https://codeload.github.com/JustAlittleWolf/modpackLoaderFabric/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246823503,"owners_count":20839734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T11:00:32.198Z","updated_at":"2025-04-02T13:30:25.742Z","avatar_url":"https://github.com/JustAlittleWolf.png","language":"Java","readme":"\u003cimg src=\"src/main/resources/assets/modpackloaderfabric/icon.png\" width=\"128\"\u003e\n\n⚠Development of this mod is no longer active and using it might crash the game⚠\n\n# ModpackLoaderFabric\nUsing this mod makes it very easy to download a ton of mods from a list of modpacks and keep them up to date.\n\n## Dependencies\nNone of these are required, they just add a user-interface for selecting mods.\n*These will be automatically downloaded at first launch, restart the game to apply*\n- [Fabric API](https://modrinth.com/mod/fabric-api)\n- [Modmenu](https://modrinth.com/mod/modmenu)\n- [Cloth Config API](https://www.curseforge.com/minecraft/mc-mods/cloth-config)\n\n## Usage\nThis mod uses the JSON format to store which mods to download and keep up to date. On startup, it searches [Modrinth](https://modrinth.com/mods) and [CurseForge](https://www.curseforge.com/minecraft/mc-mods) to see if a new version of the mods are available. If that is the case, *ModpackLoderFabric* will download the new version and delete the old version of the mod. If you had a mod installed before using *ModpackLoderFabric*, it will rename that mod to  `modname.jar.old`.\nBy default, the mod checks for updates only once a day to reduce startup time.\n\nYou can still add other mods manually, *ModpackLoaderFabric* will only automatically update your selected mods. **All mods downloaded by _ModpackLoaderFabric_ come with the suffix `modname_MPLF.jar`**\n\n**⚠Unfortunately you have to manually restart the game to apply the newly downloaded mods, as reloading mods is impossible from within the game**\n\n### Modpack from repository\nThe easiest method at the moment is to use my repository at [modpack.wolfii.me](https://modpack.wolfii.me/create.php). You can access all the modpacks from the config screen in modmenu under `Hosted Modpacks`.\n\n### Modpack from local file\nIf you want to create your own modpack, you can simply do so by creating a file in your /config/MPLF_Modpacks and selecting it from the config screen under `Local Modpacks`. This file format has to match [the modpack format](#modpack-format).\n\n### Modpack from external URL\nLastly, it is also possible to add a modpack by URL. This is done in the `External Modpacks` panel in the config screen. Modpacks added this way also have to match [the modpack format](#modpack-format).\n\n## Config\n- `Check for updates on game start` - Disabling this option prevents the mod from making any further changes to your mods folder.\n- `Update interval` - This option allows you to customize how often *ModpackLoaderFabric* will check for updates. Setting this to 0 (not recommended, launching takes a while) will check for mod updates on every game launch.\n- `Force update on next start` - After selecting a new modpack it is recommended to also check this option as well, as the mod will probably skip update checking by default due to the **update interval**.\n- `Update on \"Save \u0026 Quit\"` - This will immediately install or update your selected modpacks, this will take a while. Restart your game to apply the new mods.\n\n![image](https://i.imgur.com/okHkbvi.png)\n\n## Modpack format\nThe modpacks have to be stored in a JSON format\n\nYou can use a template over at [modpack.wolfii.me](https://modpack.wolfii.me/create.php) to help making your own Modpack.\n\n```json\n{\n    \"modrinth\": {\n        \"versions\": [\"1.18.2\", \"1.18.1\", \"1.18\"],\n        \"mods\": [\"P7dR8mSH\"]\n    },\n    \"curseforge\": {\n        \"versions\": \"73250\",\n        \"mods\": [\"308702\"]\n    },\n    \"description\": \"Example Modpack\"\n}\n```\n* `mods`: A JSON array of mod IDs from the selected platform.\n* Modrinth-`versions`: A JSON array of the Minecraft versions that will be searched for.\n* CurseForge-`versions`: A string of which Minecraft version will be searched for [(`73250` = 1.18-1.18.2)](https://github.com/JustAlittleWolf/modpackLoaderFabric/blob/main/curseForgeVersions.json).\n* `description`: This text will show up when hovering over the modpack in the settings menu.\n\n#### Mod-ID on Modrinth\n![image](https://user-images.githubusercontent.com/54244277/167493765-02f2135c-e071-42bd-bfb6-de73a3337ecd.png)\n\n#### Mod-ID on CurseForge\n![image](https://user-images.githubusercontent.com/54244277/167493845-2bfd601f-3e28-4ee5-85a0-0ca827c97108.png)\n","funding_links":[],"categories":["Mod managers/updaters"],"sub_categories":["In-game"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJustAlittleWolf%2FmodpackLoaderFabric","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJustAlittleWolf%2FmodpackLoaderFabric","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJustAlittleWolf%2FmodpackLoaderFabric/lists"}