{"id":30351018,"url":"https://github.com/isxander/modstitch","last_synced_at":"2026-03-11T13:14:15.428Z","repository":{"id":267695087,"uuid":"901714995","full_name":"isXander/modstitch","owner":"isXander","description":"A gradle plugin to unify official tooling for both Fabric and (Neo)Forge","archived":false,"fork":false,"pushed_at":"2025-08-07T21:02:31.000Z","size":292,"stargazers_count":13,"open_issues_count":8,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-18T22:47:56.144Z","etag":null,"topics":["fabric","forge","gradle","gradle-plugin","minecraft","neoforge"],"latest_commit_sha":null,"homepage":"https://isxander.github.io/modstitch-docs/","language":"Kotlin","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/isXander.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":"2024-12-11T07:16:45.000Z","updated_at":"2025-08-07T12:24:05.000Z","dependencies_parsed_at":"2026-01-04T06:00:11.415Z","dependency_job_id":null,"html_url":"https://github.com/isXander/modstitch","commit_stats":null,"previous_names":["isxander/modstitch","modstitch/modstitch","modunion/modstitch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isXander/modstitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fmodstitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fmodstitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fmodstitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fmodstitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isXander","download_url":"https://codeload.github.com/isXander/modstitch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isXander%2Fmodstitch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30382592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T12:49:11.341Z","status":"ssl_error","status_checked_at":"2026-03-11T12:46:41.342Z","response_time":84,"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":["fabric","forge","gradle","gradle-plugin","minecraft","neoforge"],"created_at":"2025-08-18T22:41:33.310Z","updated_at":"2026-03-11T13:14:15.412Z","avatar_url":"https://github.com/isXander.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modstitch\n\nModstitch is an abstraction layer upon first-party Minecraft mod loader tooling to provide a unified developer experience.\n\n```kts\nplugins {\n    id(\"dev.isxander.modstitch.base\") version \"0.6.0-unstable\"\n}\n\nmodstitch {\n    minecraftVersion = \"1.21.8\"\n    \n    loom {\n        fabricLoaderVersion = \"0.16.19\"\n    }\n    \n    moddevgradle {\n        neoForgeVersion = \"21.8.0-beta\"\n    }\n    \n    parchment {\n        version = \"2025.12.12\"\n    }\n    \n    metadata {\n        modId = \"my_mod\"\n        modVersion = \"1.0.0\"\n        modName = \"My Mod\"\n        modGroup = \"com.example\"\n    }\n    \n    mixins.register(\"my_mod\")\n}\n```\n\nModstitch provides a DSL to interact with both [Fabric Loom](https://github.com/fabricmc/fabric-loom) and [ModDevGradle](https://github.com/neoforged/ModDevGradle) with the same buildscript. It is commonly used with Preprocessor plugins such as [Stonecutter](https://stonecutter.kikugie.dev/) which call for a single buildscript for all targets.\n\nModstitch also provides other DX utilities not found in either Fabric Loom or ModDevGradle, such as automatic\nmixin registration in mod manifests, transpiling of AWs/ATs to the correct format for the platform, and sensible defaults to make your build-scripts super concise.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisxander%2Fmodstitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisxander%2Fmodstitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisxander%2Fmodstitch/lists"}