Skip to content

Update to Minecraft version 26.2#8

Merged
BlockyTheDev merged 8 commits into
mainfrom
feature/main/26.2-support
Jun 16, 2026
Merged

Update to Minecraft version 26.2#8
BlockyTheDev merged 8 commits into
mainfrom
feature/main/26.2-support

Conversation

@BlockyTheDev

Copy link
Copy Markdown
Member

No description provided.

@BlockyTheDev BlockyTheDev self-assigned this May 17, 2026
@BlockyTheDev BlockyTheDev marked this pull request as ready for review June 16, 2026 21:10
@BlockyTheDev BlockyTheDev requested a review from Copilot June 16, 2026 21:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the mod’s build/runtime configuration to target Minecraft 26.2 (and corresponding Fabric/Gradle tooling), with a small API-adjustment in command registration and some cleanup in Gson adapter classes.

Changes:

  • Bump Minecraft/Fabric Loader/Fabric API versions and raise fabric.mod.json loader minimum.
  • Update Gradle wrapper distribution and regenerate wrapper scripts.
  • Minor Java source edits (lambda signature change; removal of redundant Javadoc tags).

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/main/resources/fabric.mod.json Raises minimum required Fabric Loader version.
src/main/java/io/github/communityradargg/fabric/radarlistmanager/adapters/GsonRadarListPlayerMapAdapter.java Removes redundant {@inheritDoc} Javadoc lines.
src/main/java/io/github/communityradargg/fabric/radarlistmanager/adapters/GsonLocalDateTimeAdapter.java Removes redundant {@inheritDoc} Javadoc lines.
src/main/java/io/github/communityradargg/fabric/CommunityRadarMod.java Adjusts client command registration callback lambda parameters.
gradlew.bat Re-generated/updated Windows Gradle wrapper script logic.
gradlew Updates wrapper script template reference.
gradle/wrapper/gradle-wrapper.properties Bumps Gradle distribution and adds wrapper network retry settings.
gradle/libs.versions.toml Bumps Loom/Spotless and Minecraft/Fabric versions.
gradle.properties Updates mod_version suffix for Minecraft 26.2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread gradlew.bat
Comment thread gradlew.bat
echo location of your Java installation. 1>&2

goto fail
"%COMSPEC%" /c exit 1
Comment thread gradle.properties
@BlockyTheDev BlockyTheDev merged commit 61a9431 into main Jun 16, 2026
2 checks passed
@BlockyTheDev BlockyTheDev deleted the feature/main/26.2-support branch June 16, 2026 21:29
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