Update to Minecraft version 26.2#8
Merged
Merged
Conversation
There was a problem hiding this comment.
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.jsonloader 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.
| echo location of your Java installation. 1>&2 | ||
|
|
||
| goto fail | ||
| "%COMSPEC%" /c exit 1 |
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.