Skip to content

chore: update to 26.1 snapshots#6

Merged
GalvinPython merged 6 commits into
mainfrom
chore/26.1-snapshots
Feb 8, 2026
Merged

chore: update to 26.1 snapshots#6
GalvinPython merged 6 commits into
mainfrom
chore/26.1-snapshots

Conversation

@GalvinPython
Copy link
Copy Markdown
Member

No description provided.

@GalvinPython GalvinPython marked this pull request as ready for review February 8, 2026 13:18
Copilot AI review requested due to automatic review settings February 8, 2026 13:18
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

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 MinecraftServer mixin to publish the integrated server and broadcast the port.
  • Simplify the ClientModInitializer entrypoint 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.

Comment thread .github/workflows/build.yml
Comment thread src/main/java/me/imgalvin/Autolan.java
Comment thread src/main/resources/fabric.mod.json
Comment thread src/main/java/me/imgalvin/Mixin/PublishLANServerMixin.java
Comment thread src/main/java/me/imgalvin/Mixin/PublishLANServerMixin.java Outdated
Comment thread src/main/java/me/imgalvin/Mixin/PublishLANServerMixin.java Outdated
Comment thread src/main/java/me/imgalvin/Mixin/PublishLANServerMixin.java Outdated
@GalvinPython GalvinPython merged commit c26120b into main Feb 8, 2026
1 check failed
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.

3 participants