chore: update to 26.1 snapshots#6
Merged
Merged
Conversation
chore(ci): update mod foundations for 26.1, update workflow and Gradle for Java 25
There was a problem hiding this comment.
Pull request overview
Updates the mod’s build/runtime targets to newer “26.1” snapshot versions and migrates the auto-open-to-LAN behavior from a client tick hook to a Mixin injected into server level load.
Changes:
- Bump Minecraft/Fabric/Gradle/Java targets (including Java 25) and adjust build/CI configuration accordingly.
- Add a new client mixin config and a
MinecraftServermixin to publish the integrated server and broadcast the port. - Simplify the
ClientModInitializerentrypoint to only emit an init message.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
src/main/resources/fabric.mod.json |
Updates dependency constraints and registers the new mixin config. |
src/main/resources/autolan.client.mixins.json |
New mixin configuration for client-side mixins. |
src/main/java/me/imgalvin/Mixin/PublishLANServerMixin.java |
Implements auto-LAN publishing via injected server behavior. |
src/main/java/me/imgalvin/Autolan.java |
Removes tick-based LAN logic; leaves initializer message. |
gradle/wrapper/gradle-wrapper.properties |
Upgrades the Gradle wrapper distribution. |
gradle.properties |
Updates version properties for Minecraft/Loader/Loom and mod versioning. |
build.gradle |
Updates Loom plugin id, Java target, and dependency declarations. |
.github/workflows/build.yml |
Refactors CI triggers/concurrency and updates Java version/build steps. |
💡 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.