{"id":20726365,"url":"https://github.com/badasintended/badpackets","last_synced_at":"2026-03-15T22:51:56.852Z","repository":{"id":47918468,"uuid":"482485420","full_name":"badasintended/badpackets","owner":"badasintended","description":"multiplatform packet api","archived":false,"fork":false,"pushed_at":"2025-06-19T15:57:22.000Z","size":334,"stargazers_count":25,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T16:41:43.069Z","etag":null,"topics":["fabricmc","java","minecraft","minecraft-forge"],"latest_commit_sha":null,"homepage":"https://bai.lol/badpackets","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badasintended.png","metadata":{"funding":{"github":"deirn","ko_fi":"deirn","custom":["paypal.me/deirn","trakteer.id/deirn/tip"]},"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}},"created_at":"2022-04-17T09:54:07.000Z","updated_at":"2025-06-19T15:48:01.000Z","dependencies_parsed_at":"2024-04-16T11:32:36.163Z","dependency_job_id":"e882de87-862e-4146-a0ea-113285baad55","html_url":"https://github.com/badasintended/badpackets","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/badasintended/badpackets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badasintended%2Fbadpackets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badasintended%2Fbadpackets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badasintended%2Fbadpackets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badasintended%2Fbadpackets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badasintended","download_url":"https://codeload.github.com/badasintended/badpackets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badasintended%2Fbadpackets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261749264,"owners_count":23203998,"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":["fabricmc","java","minecraft","minecraft-forge"],"created_at":"2024-11-17T04:24:40.094Z","updated_at":"2026-03-15T22:51:51.821Z","avatar_url":"https://github.com/badasintended.png","language":"Java","funding_links":["https://github.com/sponsors/deirn","https://ko-fi.com/deirn","paypal.me/deirn","trakteer.id/deirn/tip"],"categories":[],"sub_categories":[],"readme":"# bad packets [![3][3]][5] \u003cimg src=\"src/main/resources/badpackets.png\" align=\"right\"/\u003e\nBad packets allows packet messaging between multiple modding platforms.\n\nThis means a Fabric client version of a mod that uses Bad Packets can send a packet to a server that uses the Forge version and vice versa.\n\nThis mod **DOES NOT** magically make all mods that have versions for different platforms to be compatible with each other, the developer needs to use BP's API to send its packet. Even then there are more complicated things like game object id sync that this mod doesn't handle which makes it unrealistic to support in the first place.\n\n## Project Setup\n```gradle\nrepositories {\n    maven {\n        url \"https://maven2.bai.lol\"\n        content {\n            includeGroup \"lol.bai\"\n        }\n    }\n}\n```\n\n### Fabric\n```gradle\ndependencies {\n    modImplementation \"lol.bai:badpackets:fabric-${badpackets_version}\"\n}\n```\n\n### Forge\n```gradle\nbuildscript {\n    dependencies {\n        classpath \"org.spongepowered:mixingradle:0.7.+\"\n    }\n}\n\napply plugin: \"org.spongepowered.mixin\"\n\ndependencies {\n    implementation fg.deobf(\"lol.bai:badpackets:forge-${badpackets_version}\")\n}\n```\n\n### Architectury\n#### Common\n```gradle\ndependencies {\n    modCompileOnly \"lol.bai:badpackets:fabric-${badpackets_version}\"\n}\n```\n\n#### Fabric\n```gradle\ndependencies {\n    modRuntimeOnly \"lol.bai:badpackets:fabric-${badpackets_version}\"\n}\n```\n\n#### Forge\n```gradle\ndependencies {\n    modRuntimeOnly \"lol.bai:badpackets:forge-${badpackets_version}\"\n}\n```\n\n### Sponge VanillaGradle based multiplatform\n#### Common\n```gradle\ndependencies {\n    compileOnly \"lol.bai:badpackets:mojmap-${badpackets_version}\"\n}\n```\n\n#### Fabric\n```gradle\ndependencies {\n    modRuntimeOnly \"lol.bai:badpackets:fabric-${badpackets_version}\"\n}\n```\n\n#### Forge\n```gradle\nbuildscript {\n    dependencies {\n        classpath \"org.spongepowered:mixingradle:0.7.+\"\n    }\n}\n\napply plugin: \"org.spongepowered.mixin\"\n\ndependencies {\n    runtimeOnly fg.deobf(\"lol.bai:badpackets:forge-${badpackets_version}\")\n}\n```\n\n[3]: https://img.shields.io/badge/code_quality-F-red\n[5]: https://git.io/code-quality\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadasintended%2Fbadpackets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadasintended%2Fbadpackets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadasintended%2Fbadpackets/lists"}