Terra
Terra copied to clipboard
Minestom 1.21.11 Support
Pull Request
Description
Update Minestom to 1.21.11
Changelog
- [ ] Update Minestom to 1.21.11
Checklist
Mandatory checks
- [ ] The base branch of this PR is an unreleased version branch (that has a
ver/prefix) or is a branch that is intended to be merged into a version branch. - [x] There are no already existing PRs that provide the same changes.
- [x] The PR is within the scope of Terra (i.e. is something a configurable terrain generator should be doing).
- [x] Changes follow the code style for this project.
- [x] I have read the
CONTRIBUTING.mddocument in the root of the git repository.
Documentation
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
Testing
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
Licensing
Note: I'll leave this open until 1.21.11 is officially supported in minestom. Currently, it's a snapshot branch. This just lays the groundwork
Yep, the version bump is required. Minestom is now minimally supporting java 25 and the current gradle version does not support that.
Yep, the version bump is required. Minestom is now minimally supporting java 25 and the current gradle version does not support that.
sigh