Skip to content

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

Merged
XDPXI merged 1 commit into
1.21.11from
dependabot/gradle/net.minestom-minestom-2026.05.17-1.21.11
May 18, 2026
Merged

Bump net.minestom:minestom from 2026.02.09-1.21.11 to 2026.05.17-1.21.11#38
XDPXI merged 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 18, 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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 18, 2026
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 force-pushed the dependabot/gradle/net.minestom-minestom-2026.05.17-1.21.11 branch from 45306ef to 4cf68a5 Compare May 18, 2026 22:30
@XDPXI XDPXI merged commit fabe255 into 1.21.11 May 18, 2026
1 check passed
@XDPXI XDPXI deleted the dependabot/gradle/net.minestom-minestom-2026.05.17-1.21.11 branch May 18, 2026 22:31
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.

1 participant