-
Notifications
You must be signed in to change notification settings - Fork 3
Support 1.20.2, 1.20.3 and 1.20.4 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @oliwoli, 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!
Summary of Changes
This pull request updates the project to support Minecraft versions 1.20.2 to 1.20.4. The changes primarily involve updating version numbers and dependencies in the .minepkg-lock.toml, gradle.properties, and minepkg.toml files to reflect the new Minecraft versions. The author has tested the changes and is requesting a review and merge.
Highlights
- Minecraft Version Update: The pull request updates the supported Minecraft versions from 1.20.0-1.20.1 to 1.20.2-1.20.4.
- Dependency Updates: The pull request updates the
fabricandlibguidependencies to versions compatible with Minecraft 1.20.2-1.20.4. - Mapping Update: The pull request updates the yarn mappings to
1.20.2+build.4.
Changelog
Click here to see the changelog
- .minepkg-lock.toml
- Updated
minecraftversion to1.20.4(line 7). - Updated
mappingto1.20.4+build.3(line 9). - Updated
fabricversion to0.97.2+1.20.4.mpkg.1(line 15). - Updated
Sha256checksum forfabric(line 19). - Updated
urlforfabricdownload (line 20).
- Updated
- gradle.properties
- Updated
yarn_mappingsto1.20.2+build.4(line 7). - Updated
libgui_versionto9.2.2+1.20.2(line 17). - Updated
minecraft_version_rangeto>=1.20.2 <=1.20.4(line 19).
- Updated
- minepkg.toml
- Updated
minecraftrequirement to>=1.20.2 <=1.20.4(line 16).
- Updated
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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.
| 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 issue 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 is currently in preview and 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 to provide feedback.
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.
Did you know?
The Fabric Loader is a popular mod loader for Minecraft, known for its lightweight and modular design, allowing for faster updates and better compatibility compared to some other mod loaders.
Footnotes
-
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. ↩
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
The pull request updates the Minecraft version and related dependencies to support versions 1.20.2 to 1.20.4. The changes seem straightforward and necessary for compatibility. However, I have a few observations regarding the versioning and dependency updates.
Summary of Findings
- Inconsistent Minecraft Version Updates: The
minecraft_versioningradle.propertiesis still set to1.20, while other files are updated to1.20.2or1.20.4. This inconsistency could lead to confusion or issues during the build process. - Dependency Versioning: The
fabric_versionis not updated, even though other dependencies likelibgui_versionare. It's important to ensure all dependencies are compatible with the target Minecraft version.
Merge Readiness
While the changes seem necessary for updating the Minecraft version, the inconsistencies in versioning across different files raise concerns. I recommend addressing these inconsistencies before merging. I am unable to directly approve this pull request, and other reviewers should also review this code before merging.
|
@gemini-code-assist you happy now? |
|
Glad to hear it! The changes look good and the updates to the Minecraft versions and dependencies seem correct. Thanks for addressing the previous feedback, @oliwoli. |
|
Was just about to hit that merge button! 😄 |
|
Don't like how into Give me back that empty line! |
muhaha :D It was too tempting to press it
Mhm... Right, right. It's the little annoying things that get ya. Adding it to feature requests |
|
It also removed the space you added to |
I think this should be fine. Tested too. Can I get a LGTM? Or just merge it :)