{"id":18853070,"url":"https://github.com/not-coded/cts-8a-parity","last_synced_at":"2026-02-10T19:35:46.711Z","repository":{"id":250783934,"uuid":"835418518","full_name":"not-coded/cts-8a-parity","owner":"not-coded","description":"Provides some useful Combat Test 8(a) features (that were removed in CTS 8b or CTS 8c) for Combat Test 8c.","archived":false,"fork":false,"pushed_at":"2024-08-01T20:32:45.000Z","size":17461,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T16:45:09.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://notcoded.is-a.dev","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/not-coded.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}},"created_at":"2024-07-29T19:52:20.000Z","updated_at":"2024-08-01T20:20:20.000Z","dependencies_parsed_at":"2024-08-01T21:27:25.563Z","dependency_job_id":null,"html_url":"https://github.com/not-coded/cts-8a-parity","commit_stats":null,"previous_names":["not-coded/cts-8a-parity"],"tags_count":3,"template":false,"template_full_name":"rizecookey/fabric-example-mod","purl":"pkg:github/not-coded/cts-8a-parity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-coded%2Fcts-8a-parity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-coded%2Fcts-8a-parity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-coded%2Fcts-8a-parity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-coded%2Fcts-8a-parity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/not-coded","download_url":"https://codeload.github.com/not-coded/cts-8a-parity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/not-coded%2Fcts-8a-parity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268286113,"owners_count":24225871,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-08T03:42:50.843Z","updated_at":"2026-02-10T19:35:46.679Z","avatar_url":"https://github.com/not-coded.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTS 8a Parity\n\nProvides some useful Combat Test 8(a) features (that were removed in CTS 8b or CTS 8c) for Combat Test 8c.\n\n\u003e [!IMPORTANT]\n\u003e Requires [Fabric API](https://github.com/not-coded/fabric/releases)!\n\u003e \n\u003e Due to the Networking Changes only being added in **0.26.0**, rizecookey's Fabric API **will not work** due to being a version too **outdated (0.25.0)**. **Please use the link above.**\n\n### Features\n- 100% Accurate Bedrock Bridging\n\n![bedrock bridging showcase](https://github.com/not-coded/cts-8a-parity/raw/main/assets/bedrock-bridging.gif)\n\n\n### For Server Owners\nStarting from version **1.0.2**, you can send a packet to **disable/enable** the bedrock bridging functionality.\n\n\u003e [!NOTE]\n\u003e Bedrock Bridging is **enabled by default**, you do not need to send a packet to enable it, only for disabling it.\n\n```java\nResourceLocation CONVENTIONAL_BRIDGING_UPDATE_ID = new ResourceLocation(\"c\", \"update_status\"); // VERY IMPORTANT!\n\nif (ServerPlayNetworking.canSend(player, CONVENTIONAL_BRIDGING_UPDATE_ID)) {\n    FriendlyByteBuf buf = PacketByteBufs.create();\n    buf.writeBoolean(true); // Set this to true/false depending on if you want to enable or disable it.\n    ServerPlayNetworking.send(player, CONVENTIONAL_BRIDGING_UPDATE_ID, buf);\n}\n```\n\nView https://github.com/not-coded/cts-8a-parity/tree/main/src/test/java/net/notcoded/packettest/PacketTest.java for a code example.\n\n### Build Requirements\n\n- Java 21\n- Gradle 8.7\n\n### Build\n\n- Clone the repository\n    - `git clone https://github.com/not-coded/cts-8a-parity`\n- Run `./gradlew build`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-coded%2Fcts-8a-parity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnot-coded%2Fcts-8a-parity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnot-coded%2Fcts-8a-parity/lists"}