Merged
Conversation
Member
Author
|
@copilot Please code review |
There was a problem hiding this comment.
Pull request overview
Prepares the project for the Minecraft/Fabric 26.1 release series by updating build tooling, dependency versions, and adapting mixins/commands to upstream API changes.
Changes:
- Bump build/runtime requirements (Gradle wrapper, Loom, Fabric Loader/API, Java toolchain/GitHub Actions Java).
- Update mixins to match new Minecraft rendering/chat method signatures and introduce a new renderer mixin.
- Update command registration API usage (
ClientCommandManager→ClientCommands) and adjust metadata/docs for the new target series.
Reviewed changes
Copilot reviewed 12 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/main/resources/fabric.mod.json |
Updates dependency constraints (loader, Minecraft range, Java level). |
src/main/resources/communityradar.mixins.json |
Raises mixin compatibility level and adds EntityRendererMixin. |
src/main/java/io/github/communityradargg/fabric/mixin/EntityRendererMixin.java |
New hook to modify name tag submission. |
src/main/java/io/github/communityradargg/fabric/mixin/ChatComponentMixin.java |
Updates injected method descriptor for addMessage. |
src/main/java/io/github/communityradargg/fabric/mixin/AvatarRendererMixin.java |
Removes old name-tag ModifyArg logic; keeps UUID extraction hook. |
src/main/java/io/github/communityradargg/fabric/commands/RadarCommand.java |
Migrates client command builder to ClientCommands. |
gradlew |
Wrapper script metadata update (pinned template commit). |
gradle/wrapper/gradle-wrapper.properties |
Updates Gradle distribution to 9.4.1. |
gradle/wrapper/gradle-wrapper.jar |
Wrapper jar updated/added for the new Gradle version. |
gradle/libs.versions.toml |
Updates Minecraft/Fabric versions and Loom plugin coordinates. |
gradle.properties |
Updates mod_version to the 26.1 stream. |
build.gradle.kts |
Updates dependencies/toolchain/release settings for Java 25 and 26.1. |
README.md |
Removes hardcoded Minecraft version from the title. |
.github/workflows/build.yml |
Updates CI actions versions and Java version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.