{"id":13543478,"url":"https://github.com/DeDiamondPro/Resourcify","last_synced_at":"2025-04-02T13:30:28.633Z","repository":{"id":172447693,"uuid":"632055174","full_name":"DeDiamondPro/Resourcify","owner":"DeDiamondPro","description":"In-game resource pack, data pack and shader browser and updater","archived":false,"fork":false,"pushed_at":"2024-04-13T12:34:05.000Z","size":559,"stargazers_count":21,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T09:02:25.683Z","etag":null,"topics":["minecraft","minecraft-mod","modrinth"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/resourcify","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeDiamondPro.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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}},"created_at":"2023-04-24T16:04:05.000Z","updated_at":"2024-04-25T17:46:12.630Z","dependencies_parsed_at":"2024-01-27T17:30:03.707Z","dependency_job_id":"f0a88f5e-e026-4c8a-8f69-631b1eab3816","html_url":"https://github.com/DeDiamondPro/Resourcify","commit_stats":null,"previous_names":["dediamondpro/resourcify"],"tags_count":9,"template":false,"template_full_name":"nea89o/Forge1.8.9Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeDiamondPro%2FResourcify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeDiamondPro%2FResourcify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeDiamondPro%2FResourcify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeDiamondPro%2FResourcify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeDiamondPro","download_url":"https://codeload.github.com/DeDiamondPro/Resourcify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246823514,"owners_count":20839736,"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":["minecraft","minecraft-mod","modrinth"],"created_at":"2024-08-01T11:00:32.153Z","updated_at":"2025-04-02T13:30:28.608Z","avatar_url":"https://github.com/DeDiamondPro.png","language":"Kotlin","funding_links":[],"categories":["Mod managers/updaters"],"sub_categories":["In-game"],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Resourcify\n\n\u003c/div\u003e\n\nResourcify is a Minecraft mod to install resource-, shader-, datapacks or worlds and update resource- and shaderpacks\nright within Minecraft. If you are looking for more information or to download Resourcify, please see\nthe [Modrinth](https://modrinth.com/mod/resourcify)\nor [CurseForge](https://www.curseforge.com/minecraft/mc-mods/resourcify) page.\n\n------------------------------------\n\n# Building\n\nResourcify uses stonecutter to compile against multiple Minecraft versions and loaders at once, this changes a bit about\nhow the mod is built. For more info about stonecutter, see their [wiki](https://stonecutter.kikugie.dev/).\n\nBefore your first build you need to run the following command to put the access wideners in the correct places, you will\nneed to run this every time you update an access widener.\n\n```shell\n./gradlew setupChiseledBuild\n```\n\nThen to build the mod run the following command, the mod jars will be in the `jars` folder after the build has finished.\n\n```shell\n./gradlew chiseledBuild\n```\n\n------------------------------------\n\n# Theming\n\nSince 1.7.0, Resourcify supports some basic theming for resource packs and/or mod packs. As with any mod, you can\noverwrite Resourcify's textures by including a file with the same name as the original texture in your Resource pack\nunder the `assets/resourcify/textures` folder\n(see [here](https://github.com/DeDiamondPro/Resourcify/tree/master/src/main/resources/assets/resourcify/textures)).\n\nAdditionally, you can edit the colors Resourcify uses for it GUIs by including a file named\n`assets/resourcify/colors.json` in your resource pack. You can see the format of this\nfile [here](https://github.com/DeDiamondPro/Resourcify/blob/master/src/main/resources/assets/resourcify/colors.json).\nIt uses hex, and can optionally include an extra 2 letters for opacity, you can\nuse [this site](https://rgbacolorpicker.com/rgba-to-hex) to convert from rgba to hex if needed. For a breakdown of what\nthe different fields influence in the GUI, see below.\n\u003cdetails\u003e\n\u003csummary\u003eBreakdown of fields.\u003c/summary\u003e\n\n- `text_primary`: The color of the main text in all GUIs, in the default theme this is white.\n- `text_secondary`: The color of the secondary text in all GUIs, in the default theme this is light gray.\n- `text_link`: The color used for text links, in the default theme this is a blue color.\n- `text_warn`: The color of text used for warnings, used in the update GUI to display that updates are loading, that a\n  version is up-to-date and that you have to wait to close the GUI until the updates have completed.\n- `button_primary`: The color for the primary buttons (for example the install button), in the default theme this is a\n  green color.\n- `button_secondary`: The color used for the secondary buttons (for example the changelog button in the update GUI), in\n  the default theme this is a light gray color.\n- `button_primary_disabled`: (since 1.7.1) The color used for a primary button if it is disabled.\n- `button_secondary_disabled`: (since 1.7.1) The color used for a secondary button if it is disabled.\n- `checkbox`: The color for checkboxes, used in the filters in the browse page and in the config GUI, this is a light\n  gray color in the default theme.\n- `expandable`: The color of an expandable section in a project description (like the one you are reading now), by\n  default this is a transparent black color.\n- `background`: The color of all backgrounds, by default this is a transparent black color.\n- `ad_background`: The color of the background behind the advertisement in the browse screen (if the ad is enabled). By\n  default, this a transparent light blue color.\n- `fullscreen_background`: The color used as an overlay to darken everything, this is used when you open a gallery image\n  in full screen and when you try to close the update GUI while updates are being installed. By default, this is a\n  transparent black color.\n- `dropdown`: The color used by a dropdown when it is closed, or for unselected elements when it is opened. By default\n  this is a lightly transparent black.\n- `dropdown_selected` The color used by a selected element in a dropdown, by default this is a lightly transparent green\n  color.\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeDiamondPro%2FResourcify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDeDiamondPro%2FResourcify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeDiamondPro%2FResourcify/lists"}