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

Insert current minecraft version into fabric version string #139

Merged
merged 2 commits into from
Jul 21, 2024

Conversation

Shoshak
Copy link

@Shoshak Shoshak commented Jul 6, 2024

This PR aims to close #134, as the mod version string now adds the current minecraft version, since I assume that this project is switching to this format, judging by the newest tag name.

For this to work on the latest supported mc version (1.20.6), I bumped the version in gradle properties from 1.20.5 to 1.20.6. This generated no compiler warnings, and I also tested the newer version and found no errors, so, everything should work as expected.

I assume that this change requires a minor version bump, so the change will only work when a new release (1.6.9) is published, since I bumped the mod_version to 1.6.9. If it needs to be kept at 1.6.8 or changed in any other way, tell me and I'll change it (or change it yourself xd).

@AsoDesu AsoDesu merged commit 62984a7 into AsoDesu:main Jul 21, 2024
1 check passed
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.

Update reminder text on the title screen is actually broken
2 participants