{"id":20393671,"url":"https://github.com/witixin1512/accessconverter","last_synced_at":"2026-04-06T21:31:21.286Z","repository":{"id":65112997,"uuid":"573503250","full_name":"Witixin1512/AccessConverter","owner":"Witixin1512","description":"A repository for hosting a gradle script to automatically convert an AccessWidener into an AccessTransformer for MultiLoader environments","archived":false,"fork":false,"pushed_at":"2023-10-14T12:11:03.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T22:05:59.096Z","etag":null,"topics":["fabric","forge","minecraft","multiloader","quilt"],"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/Witixin1512.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}},"created_at":"2022-12-02T16:06:18.000Z","updated_at":"2023-01-03T12:20:40.000Z","dependencies_parsed_at":"2025-01-15T10:13:45.530Z","dependency_job_id":"9b269c46-ddf0-49c5-8464-e7f599f83055","html_url":"https://github.com/Witixin1512/AccessConverter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Witixin1512/AccessConverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Witixin1512%2FAccessConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Witixin1512%2FAccessConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Witixin1512%2FAccessConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Witixin1512%2FAccessConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Witixin1512","download_url":"https://codeload.github.com/Witixin1512/AccessConverter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Witixin1512%2FAccessConverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: 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":["fabric","forge","minecraft","multiloader","quilt"],"created_at":"2024-11-15T03:49:38.015Z","updated_at":"2026-04-06T21:31:21.261Z","avatar_url":"https://github.com/Witixin1512.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AccessConverter\nA Gradle Plugin for automatically converting from Access Wideners to Access Transformers and viceversa.\n\nApply the plugin the following way, ideally in your rootProject buildscript, outside the `subprojects` block:\n\n```groovy\nplugins {\n    id 'witixin.accessconverter' version '1.0.+'\n}\n\naccessConverter {\n    mcVersion \"1.19.3\"\n    //Converts the AccessWidener found at the fileToConvert location into an accesstransformer dropped into the fileToOutput location.\n    convertAW {\n        //optional, sorts the input file\n        it.sortInput(true)\n        it.fileToConvert(project(':Common').file(\"/src/main/resources/${modid}.accesswidener\"))\n        it.fileOutput(project(\":Forge\").file(\"/src/main/resources/META-INF/accesstransformer.cfg\"))\n    }\n    //Does the opposite, converts an AT into AW.\n    convertAT {\n        //optional sorts the input file\n        it.convertFrom(rootProject.file(\"testtransformer.cfg\"))\n        it.saveConversionTo(rootProject.file(\"outputwidener.accesswidener\"))\n        it.sortInput(true)\n    }\n    //It is not recommended to have both configurations enabled nor to have one of them depend on the files of the other one.\n    //Keep it mind convertAW is fired first and then convertAT\n}\n```\n\nThe plugin requires java 17 and only supports MC 1.18.2 and above!\n\nAs of 1.0.+, you NEED to import a Forge Workspace (so it caches required files) with official mappings (parchment won't work) BEFORE refreshing your MultiLoader workspace!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitixin1512%2Faccessconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitixin1512%2Faccessconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitixin1512%2Faccessconverter/lists"}