Skip to content

Bump net.minestom:minestom from 2026.02.09-1.21.11 to 2026.05.17-1.21.11#40

Closed
dependabot[bot] wants to merge 1 commit into
1.21.11from
dependabot/gradle/net.minestom-minestom-2026.05.17-1.21.11
Closed

Bump net.minestom:minestom from 2026.02.09-1.21.11 to 2026.05.17-1.21.11#40
dependabot[bot] wants to merge 1 commit into
1.21.11from
dependabot/gradle/net.minestom-minestom-2026.05.17-1.21.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps net.minestom:minestom from 2026.02.09-1.21.11 to 2026.05.17-1.21.11.

Release notes

Sourced from net.minestom:minestom's releases.

2026.05.17-1.21.11

What's Changed

Full Changelog: Minestom/Minestom@2026.05.11-1.21.11...2026.05.17-1.21.11

2026.05.17c-26.1.1

Hotfix release

Check out 2026.05.17b-26.1.1 for more release notes.

What's Changed

Full Changelog: Minestom/Minestom@2026.05.17b-26.1.1...2026.05.17c-26.1.1

2026.05.17b-26.1.1

The 26.1 branch has now been merged, thanks to all who tested and contributed to it!

We have also released 2026.05.17-1.21.11 with the breaking changes from next, but on Minecraft 1.21.11.

New in Minecraft

  • Added world clocks and clock time markers
    • These allow multiple time definitions across worlds (eg overworld vs end time) and separate control of each.
    • Minestom loads the vanilla clocks by default.
  • Vanilla gamerules are now strongly typed in GameRule.
    • The client now may request and send back gamerule values via the new operator-only in-menu gamerule editor.
  • Added cat, chicken, cow, pig sound variants (and their associated dynamic registries)

Misc Changes

  • Adventure 5 (see their update notes) (by @​kermandev)
  • Default no-op chunk loader InstanceContainer. Previously loaded any anvil world at ./world. (by @​bed-dev)
  • Entities now load their vanilla-default attributes. (by @​mudkipdev)
    • Note: there are a few exceptions for randomized attributes like horses.
  • Correct a number of generic bounds throughout the library. (by @​kermandev)
    • You may have to generalize some usages to accommodate.
  • Documented Point/Pos/Vec/BlockVec behavior, warning against redundant conversions and correcting implementation return types see more here (by @​kermandev)
  • Added more generic BlockInstanceEvent (by @​SorkoPiko)
  • Client packet definitions now have state marker interfaces (eg ClientPacket.Configuration) similar to server packets (by @​kermandev)
  • Chunk locking changed from synchronized to a ReadWriteLock. Uses of synchonrized (chunk) should be replaced with Chunk#lockReadLock/Chunk#lockWriteLock accompanied by an unlock (in a finally block typically). (by @​DasBabyPixel)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.minestom:minestom](https://github.com/minestom/minestom) from 2026.02.09-1.21.11 to 2026.05.17-1.21.11.
- [Release notes](https://github.com/minestom/minestom/releases)
- [Commits](Minestom/Minestom@2026.02.09-1.21.11...2026.05.17-1.21.11)

---
updated-dependencies:
- dependency-name: net.minestom:minestom
  dependency-version: 2026.05.17-1.21.11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 3, 2026

Superseded by #44.

@dependabot dependabot Bot closed this Jun 3, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/net.minestom-minestom-2026.05.17-1.21.11 branch June 3, 2026 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants