{"id":15014953,"url":"https://github.com/adamcalculator/dynamicpack","last_synced_at":"2025-04-12T09:12:43.043Z","repository":{"id":257825325,"uuid":"772610304","full_name":"AdamCalculator/DynamicPack","owner":"AdamCalculator","description":"This minecraft mod will automatically update your resource packs!","archived":false,"fork":false,"pushed_at":"2024-11-14T21:36:49.000Z","size":801,"stargazers_count":7,"open_issues_count":4,"forks_count":3,"subscribers_count":1,"default_branch":"1.21","last_synced_at":"2025-04-12T09:11:55.923Z","etag":null,"topics":["auto-updater","fabric-mod","fabricmc","fabricmc-mod","minecraft","minecraft-mod","modrinth-api","resource-pack","resourcepack"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/dynamicpack","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/AdamCalculator.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-15T14:33:31.000Z","updated_at":"2024-11-28T16:26:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf58d36e-5b38-4e8a-842e-d16f10a0556c","html_url":"https://github.com/AdamCalculator/DynamicPack","commit_stats":{"total_commits":181,"total_committers":5,"mean_commits":36.2,"dds":"0.16574585635359118","last_synced_commit":"a5439c278e94f309093fa69aac122926c952d659"},"previous_names":["adamcalculator/dynamicpack"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamCalculator%2FDynamicPack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamCalculator%2FDynamicPack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamCalculator%2FDynamicPack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamCalculator%2FDynamicPack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamCalculator","download_url":"https://codeload.github.com/AdamCalculator/DynamicPack/tar.gz/refs/heads/1.21","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543848,"owners_count":21121838,"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":["auto-updater","fabric-mod","fabricmc","fabricmc-mod","minecraft","minecraft-mod","modrinth-api","resource-pack","resourcepack"],"created_at":"2024-09-24T19:46:19.185Z","updated_at":"2025-04-12T09:12:43.024Z","avatar_url":"https://github.com/AdamCalculator.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DynamicPack\nA mod that will monitor the current version of your resource pack and download automatically!\n\n![https://img.shields.io/badge/Enviroment-Client-purple](https://img.shields.io/badge/Enviroment-Client-purple)  \n[![Static Badge](https://img.shields.io/badge/Github-gray?logo=github)\n](https://github.com/AdamCalculator/DynamicPack)\n\n[![Java CI with Gradle](https://github.com/AdamCalculator/DynamicPack/actions/workflows/gradle.yml/badge.svg)](https://github.com/AdamCalculator/DynamicPack/actions/workflows/gradle.yml)\n\n[![Banner](https://api.mcbanners.com/banner/saved/wveMrFfPsqwXbV.png)](https://modrinth.com/mod/dynamicpack)\n\n## Documentation\n[**Available here**](https://github.com/AdamCalculator/DynamicPack/wiki)\n\n## Packs using it mod\n* [Better Tables](https://modrinth.com/resourcepack/bettertables)\n* [Better Moss](https://modrinth.com/resourcepack/better-moss)\n* [CursedEveryday (github)](https://github.com/AdamCalculator/CursedEveryday/releases/tag/day4)\n* [ModsRU](https://modrinth.com/resourcepack/mods-ru)\n* [zelda-music](https://modrinth.com/resourcepack/zelda-music)\n* [PawTotems (smp) (github)](https://github.com/Spilya/PawTotems/)\n* [SPPack (smp) (github)](https://github.com/aladairmaxwell/SP)\n* [Essentially Tweaked](https://modrinth.com/resourcepack/essentially-tweaked)\n* [Vanilla Leaves](https://modrinth.com/resourcepack/vanilla-leaves)\n\n## Plans\nThe mod is planned to support **any bootloader** and any version, but I don't have enough time right now. **I'm always happy to see new contributors!**\n\n## How it works\nResource pack developers need to create a `dynamicmcpack.json` file inside the resource pack, which will save some information, and the mod will update when the game starts if resource pack files are required.\n\n## For users\nInstall and it will automatically update supported resource packs.\n\n⚠️ Since the mod is being actively developed, it is not yet possible to check resource packs for updates, but this will be added in the future.\n\n\n## For developers\nIf you want your package to update itself from **Modrinth**, you need to add the `dynamicmcpack.json` file to the following content:\n```json5\n{\n    \"current\": {\n      \"version_number\": \"7.1\" // version of the current pack\n    },\n    \"remote\": {\n      \"game_version\": \"1.20.1\", // game version\n      \"modrinth_project_id\": \"better-leaves\", // your project identifier\n      \"type\": \"modrinth\"\n    },\n    \"formatVersion\": 1\n}\n```\n**⚠️⚠️⚠️ JSON Specification not support //comments! Delete it before use.**\n\nYou can validate your JSON [here](https://jsonformatter.curiousconcept.com/#)\n\n\nFor other features (dynamic repos) visit [github wiki!](https://github.com/AdamCalculator/DynamicPack/wiki)\n\n\n## Thanks\n* [MultiLoader-Template](https://github.com/jaredlll08/MultiLoader-Template)\n* [Bouncy Castle](https://github.com/bcgit/bc-java)\n\n## Donate\nThe project is completely free and open under the MIT licence. You can help me by donating ❤️\n\n**Bitcoin:** `bc1qpc0q9ym7rnfatdh43c4jyf68znj8x2jae5j4cz`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamcalculator%2Fdynamicpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamcalculator%2Fdynamicpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamcalculator%2Fdynamicpack/lists"}