Skip to content

1.21.11#1

Merged
mergify[bot] merged 6 commits into
devfrom
1.21.11
Dec 20, 2025
Merged

1.21.11#1
mergify[bot] merged 6 commits into
devfrom
1.21.11

Conversation

@jimchen5209

Copy link
Copy Markdown
Owner
  • Update to Minecraft 1.21.11
  • Update dependcies:
    • gradle wrapper 9.1.0 -> 9.2.1
    • kotlin 2.2.20 -> 2.3.0
  • Migrate to Mojang Mapping

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @jimchen5209, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on upgrading the project to Minecraft 1.21.11 and migrating to Mojang Mappings. This involved updating various build dependencies and performing substantial refactoring across several core modules to align with the new Minecraft and Fabric API structures. The changes ensure compatibility with the latest Minecraft version and leverage official mappings for better maintainability.

Highlights

  • Minecraft Version Update: The project has been updated to Minecraft 1.21.11, ensuring compatibility with the latest game version.
  • Dependency Updates: Key build dependencies, including the Gradle wrapper (9.1.0 -> 9.2.1), Kotlin (2.2.20 -> 2.3.0), Fabric Loader (0.17.2 -> 0.18.3), and Fabric API (0.134.1+1.21.10 -> 0.140.0+1.21.11), have been updated.
  • Mojang Mappings Migration: The project has transitioned from using Yarn mappings to official Mojang Mappings, which required significant refactoring of Minecraft API calls.
  • API Refactoring: Extensive changes were made across several files to adapt to updated Minecraft and Fabric APIs, particularly concerning server dedicated classes, command handling, player entities, and resource pack packet structures.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the project to support Minecraft 1.21.11, which includes updating Gradle, Kotlin, and other Fabric dependencies. A key change is the migration from Yarn to Mojang mappings, which has led to various API changes across the codebase. The changes appear to be correct and align with the goals of the pull request. I have one suggestion to improve code readability in one of the command files.

@jimchen5209 jimchen5209 added the type:enhancement New feature or request label Dec 20, 2025
@jimchen5209 jimchen5209 added the status:ready-to-merge PR is ready to merge label Dec 20, 2025
@mergify mergify Bot added the queued label Dec 20, 2025
@mergify mergify Bot merged commit b43345a into dev Dec 20, 2025
10 checks passed
@mergify

mergify Bot commented Dec 20, 2025

Copy link
Copy Markdown
Contributor

Merge Queue Status

✅ The pull request has been merged at 97e20ad

This pull request spent 5 seconds in the queue, with no time running CI.
The checks were run in-place.

Required conditions to merge
  • any of [🛡 GitHub repository ruleset rule]:
    • check-success = build (21, ubuntu-latest)
    • check-neutral = build (21, ubuntu-latest)
    • check-skipped = build (21, ubuntu-latest)
  • any of [🛡 GitHub repository ruleset rule]:
    • check-success = build (21, windows-latest)
    • check-neutral = build (21, windows-latest)
    • check-skipped = build (21, windows-latest)
  • any of [🛡 GitHub repository ruleset rule]:
    • check-success = Socket Security: Project Report
    • check-neutral = Socket Security: Project Report
    • check-skipped = Socket Security: Project Report
  • any of [🛡 GitHub repository ruleset rule]:
    • check-success = Socket Security: Pull Request Alerts
    • check-neutral = Socket Security: Pull Request Alerts
    • check-skipped = Socket Security: Pull Request Alerts
  • any of [🛡 GitHub repository ruleset rule]:
    • check-neutral = Mergify Merge Protections
    • check-skipped = Mergify Merge Protections
    • check-success = Mergify Merge Protections

@mergify mergify Bot removed the queued label Dec 20, 2025
@jimchen5209 jimchen5209 deleted the 1.21.11 branch December 21, 2025 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:ready-to-merge PR is ready to merge type:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant