Skip to content

Prepare for the 26.1 release series#6

Merged
BlockyTheDev merged 13 commits intomainfrom
feature/main/26.1-support
Mar 24, 2026
Merged

Prepare for the 26.1 release series#6
BlockyTheDev merged 13 commits intomainfrom
feature/main/26.1-support

Conversation

@BlockyTheDev
Copy link
Copy Markdown
Member

No description provided.

@BlockyTheDev BlockyTheDev self-assigned this Dec 26, 2025
@BlockyTheDev
Copy link
Copy Markdown
Member Author

@copilot Please code review

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (ClientCommandManagerClientCommands) 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.

@BlockyTheDev BlockyTheDev merged commit 0f20202 into main Mar 24, 2026
5 of 6 checks passed
@BlockyTheDev BlockyTheDev deleted the feature/main/26.1-support branch March 24, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants