{"id":31827386,"url":"https://github.com/frederoxdev/tutorial-mod","last_synced_at":"2026-02-16T07:33:09.021Z","repository":{"id":317555299,"uuid":"1067184920","full_name":"FrederoxDev/Tutorial-Mod","owner":"FrederoxDev","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-10T12:45:31.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T23:42:50.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Xmake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrederoxDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-30T13:49:57.000Z","updated_at":"2025-10-01T22:47:22.000Z","dependencies_parsed_at":"2025-10-01T17:35:22.563Z","dependency_job_id":null,"html_url":"https://github.com/FrederoxDev/Tutorial-Mod","commit_stats":null,"previous_names":["frederoxdev/tutorial-mod"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrederoxDev/Tutorial-Mod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrederoxDev%2FTutorial-Mod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrederoxDev%2FTutorial-Mod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrederoxDev%2FTutorial-Mod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrederoxDev%2FTutorial-Mod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrederoxDev","download_url":"https://codeload.github.com/FrederoxDev/Tutorial-Mod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrederoxDev%2FTutorial-Mod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-10-11T18:25:16.308Z","updated_at":"2026-02-16T07:33:09.004Z","avatar_url":"https://github.com/FrederoxDev.png","language":"Xmake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amethyst-Template\n\nOpinionated template for an Amethyst Mod, will be the base mod used in all amethyst guides! Follow the steps below to build the mod\n\n## How to configure\n\n1. Open `xmake.lua` and configure the mod options:\n```\n-- Mod Options\nlocal mod_name = \"Amethyst-Template\" -- Replace with the name of your mod\n```\n\n2. Open `data/packs/RP/manifest.json` and replace the name, and generate the two new UUIDv4s [here](https://www.uuidgenerator.net/version4)\n\n3. Open `.github/build.yml` and replace the mod name\n```\nenv:\n    MOD_NAME: Amethyst-Template # Replace with your mod name\n```\n\n4. Open `mod.json` and fill in all the mod options there too.\n```\n{\n    \"meta\": {\n        \"name\": \"Amethyst-Template\",\n        \"version\": \"1.0.0\",\n        \"namespace\": \"amethyst_template\",\n        \"author\": \"FrederoxDev\"\n    }\n}\n```\n\n5. Open `data/packs/RP/textures/item_texture.ts` and edit the project namespace to match the `mod.json`\n```\nconst projectNamespace = \"amethyst_template\";\n```\n\n## Building\n\n1. To generate a visual studio solution run the command:\n```\nxmake project -k vsxmake -m \"release\"\n```\n\n2. Open the `.sln` file in `./vsxmake2022`\n\n3. To build your project, either press `Ctrl+Shift+B` in visual studio OR run the `xmake` command\n\n4. To build your RP/BP run these commands\n```\ncd data\nrgl watch\n```\n\n## Additional Information\n\nAny textures placed into the textures/items will automatically be included into an `item_textures.json` file that is generated by `data/packs/RP/textures/item_texture.ts`. \n\nThe icon identifier is determined by the file name, i.e. `textures/items/example_item.png` will become `amethyst_template:example_item`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederoxdev%2Ftutorial-mod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrederoxdev%2Ftutorial-mod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederoxdev%2Ftutorial-mod/lists"}