{"id":18860295,"url":"https://github.com/llamalad7/mixinextras","last_synced_at":"2026-01-18T10:38:23.511Z","repository":{"id":38836592,"uuid":"444907542","full_name":"LlamaLad7/MixinExtras","owner":"LlamaLad7","description":"Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.","archived":false,"fork":false,"pushed_at":"2026-01-16T21:55:54.000Z","size":989,"stargazers_count":410,"open_issues_count":10,"forks_count":25,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-01-17T10:25:09.389Z","etag":null,"topics":["bytecode-manipulation","java","mixin"],"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/LlamaLad7.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-05T18:19:55.000Z","updated_at":"2026-01-17T01:58:36.000Z","dependencies_parsed_at":"2023-12-12T10:25:02.424Z","dependency_job_id":"37cc50d2-42fc-48b5-bed7-8d7f3a60484a","html_url":"https://github.com/LlamaLad7/MixinExtras","commit_stats":null,"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/LlamaLad7/MixinExtras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LlamaLad7%2FMixinExtras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LlamaLad7%2FMixinExtras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LlamaLad7%2FMixinExtras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LlamaLad7%2FMixinExtras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LlamaLad7","download_url":"https://codeload.github.com/LlamaLad7/MixinExtras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LlamaLad7%2FMixinExtras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bytecode-manipulation","java","mixin"],"created_at":"2024-11-08T04:23:28.569Z","updated_at":"2026-01-18T10:38:23.484Z","avatar_url":"https://github.com/LlamaLad7.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MixinExtras\n\n[![](https://dcbadge.vercel.app/api/server/VUkAeRYqdH)](https://llama.is-a.dev/discord)\n\nA small companion library to [Mixin](https://github.com/SpongePowered/Mixin/), designed to help you write your Mixins in\na more expressive and compatible way.\n\nMore information about each feature offered can be found at the [Wiki](https://github.com/LlamaLad7/MixinExtras/wiki).\n\n## Setup\n\nMixinExtras is available on Maven Central.\n\nThe setup steps vary based on your platform:\n\u003cdetails\u003e\u003csummary\u003eFabric / Quilt\u003c/summary\u003e\n\n**FabricLoader 0.15.0+ includes MixinExtras already.** If you want to maintain compatibility with older versions, or\nwant to use a different version than is provided, see below:\n\n```gradle\ndependencies {\n    include(implementation(annotationProcessor(\"io.github.llamalad7:mixinextras-fabric:0.5.3\")))\n}\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eNeoForge with ModDevGradle\u003c/summary\u003e\n\n**NeoForge 20.2.84+ includes MixinExtras already.** If you want to maintain compatibility with older versions, or\nwant to use a different version than is provided, see below:\n\n```gradle\ndependencies {\n    implementation(jarJar(\"io.github.llamalad7:mixinextras-neoforge:0.5.3\"))\n}\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eNeoForge with NeoGradle\u003c/summary\u003e\n\n**NeoForge 20.2.84+ includes MixinExtras already.** If you want to maintain compatibility with older versions, or\nwant to use a different version than is provided, see below:\n\n```gradle\ndependencies {\n    implementation(jarJar(\"io.github.llamalad7:mixinextras-neoforge:0.5.3\")) {\n        jarJar.ranged(it, \"[0.5.3,)\")\n    }\n}\n```\n\nMake sure to use the `-all` jar when bundling MixinExtras yourself.\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eForge 1.18.2+ with ForgeGradle\u003c/summary\u003e\n\n```gradle\ndependencies {\n    compileOnly(annotationProcessor(\"io.github.llamalad7:mixinextras-common:0.5.3\"))\n    implementation(jarJar(\"io.github.llamalad7:mixinextras-forge:0.5.3\")) {\n        jarJar.ranged(it, \"[0.5.3,)\")\n    }\n}\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eForge 1.18.2+ with Architectury Loom\u003c/summary\u003e\n\n```gradle\ndependencies {\n    compileOnly(annotationProcessor(\"io.github.llamalad7:mixinextras-common:0.5.3\"))\n    implementation(include(\"io.github.llamalad7:mixinextras-forge:0.5.3\"))\n}\n```\n\n\u003c/details\u003e\n\u003cdetails\u003e\u003csummary\u003eAny other platform\u003c/summary\u003e\n\nThis is only a rough guide. You will need to look into the specifics of setting up ShadowJar for your platform.\n\n```gradle\nplugins {\n    id \"com.github.johnrengelman.shadow\" version \"8.1.0\"\n}\n\nconfigurations {\n    implementation.extendsFrom shadow\n}\n\ndependencies {\n    shadow(annotationProcessor(\"io.github.llamalad7:mixinextras-common:0.5.3\"))\n}\n\nshadowJar {\n    configurations = [project.configurations.shadow]\n    relocate(\"com.llamalad7.mixinextras\", \"your.package.goes.here.mixinextras\")\n    mergeServiceFiles() // Very important!\n}\n```\n\nTo initialize MixinExtras, simply call\n\n```java\nMixinExtrasBootstrap.init();\n```\n\nsomewhere suitably early. In almost all cases I would recommend making\nan [IMixinConfigPlugin](https://github.com/SpongePowered/Mixin/blob/master/src/main/java/org/spongepowered/asm/mixin/extensibility/IMixinConfigPlugin.java)\nand initializing MixinExtras in its `onLoad` method.\n\n\u003c/details\u003e\n\n### You're good to go!\n\nEnjoy using the library, and don't hesitate to open an [issue](https://github.com/LlamaLad7/MixinExtras/issues) if you\nhave any feedback, questions or suggestions.\n\n## Acknowledgements\n\n\u003cimg src=\"https://www.yourkit.com/images/yklogo.png\"\u003e\u003c/img\u003e\n\nI use [YourKit's Java profiler](https://www.yourkit.com/java/profiler/) when working on MixinExtras. Many thanks to them\nfor providing a free license for the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllamalad7%2Fmixinextras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllamalad7%2Fmixinextras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllamalad7%2Fmixinextras/lists"}