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.
Update Dependencies to Support Minecraft 1.21.3
Summary
This pull request updates dependencies to support Minecraft 1.21.3. Key changes made:
fabric-loom
to version 1.8-SNAPSHOT inbuild.gradle
.gradle.properties
.gradle-wrapper.properties
.AuthButtonWidget
by addingRenderLayer.getGuiTexturedOverlay
now required byyarn
.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
AuthButtonWidget
to ensure proper functionality withRenderLayer.getGuiTexturedOverlay
.