Skip to content
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

Update Dependencies to Support Minecraft 1.21.3 #124

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

joshuaportero
Copy link
Contributor

@joshuaportero joshuaportero commented Oct 30, 2024

Update Dependencies to Support Minecraft 1.21.3

Summary

This pull request updates dependencies to support Minecraft 1.21.3. Key changes made:

  • Updated fabric-loom to version 1.8-SNAPSHOT in build.gradle.
  • Incremented mod version to 8.0.1 and updated Minecraft, loader, yarn mappings, and other dependencies in gradle.properties.
  • Upgraded Gradle wrapper to 8.10 in gradle-wrapper.properties.
  • Updated AuthButtonWidget by adding RenderLayer.getGuiTexturedOverlay now required by yarn.

Problem Statement

This update addresses the need for compatibility with Minecraft 1.21.3, ensuring the mod stays current with the latest Minecraft and Fabric API versions.

Justification

Updating dependencies to help ensure compatibility with the latest Minecraft version, and access to recent changes in external libraries.

Quality Assurance

  • Verified that dependencies align with Minecraft 1.21.3.
  • Tested rendering changes in AuthButtonWidget to ensure proper functionality with RenderLayer.getGuiTexturedOverlay.

- Updated `fabric-loom` to version 1.8-SNAPSHOT in `build.gradle`
- Bumped mod version to 8.0.1 and updated Minecraft, loader, yarn mappings, and dependency versions in `gradle.properties`
- Upgraded Gradle wrapper to 8.10 in `gradle-wrapper.properties`
- Enhanced `AuthButtonWidget` by adding `RenderLayer.getGuiTexturedOverlay` for improved rendering
@github-actions github-actions bot added the build Improvements or additions to the build process label Oct 30, 2024
@axieum axieum merged commit 6026bbf into axieum:main Nov 7, 2024
2 checks passed
@axieum
Copy link
Owner

axieum commented Nov 8, 2024

Thank you for this, it has been released. <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Improvements or additions to the build process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants