Skip to content

Update Minestom to latest version#507

Merged
duplexsystem merged 2 commits intoPolyhedralDev:dev/7.0-2from
everbuild-org:dev/7.0-2
Jun 17, 2025
Merged

Update Minestom to latest version#507
duplexsystem merged 2 commits intoPolyhedralDev:dev/7.0-2from
everbuild-org:dev/7.0-2

Conversation

@Bloeckchengrafik
Copy link
Copy Markdown
Member

Pull Request

Description

This PR simply updates minestom since there was a breaking change recently.

For the eager people: To install an early-access version, follow the guide in my blog with the version number 7.0.0-BETA+3fe79338d.

Changelog

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.
  • There are no already existing PRs that provide the same changes.
  • The PR is within the scope of Terra (i.e. is something a configurable terrain generator should be doing).
  • Changes follow the code style for this project.
  • I have read the CONTRIBUTING.md
    document in the root of the git repository.

Types of changes

  • Bug Fix
  • Build system
  • Documentation
  • New Feature
  • Performance
  • Refactoring
  • Repository
  • Revert
  • Style
  • Tests
  • Translation

Compatibility

  • Introduces a breaking change
  • Introduces new functionality in a backwards compatible way.
  • Introduces bug fixes

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

  • I am the original author of this code, and I am willing to
    release it under GPLv3.
  • I am not the original author of this code, but it is in public domain or
    released under GPLv3 or a compatible license.

The loop triggering the player configuration phase was removed as it is unnecessary and unrelated to biome preloading. This streamlines the function and avoids redundant operations during biome initialization.
…estom components

Updated all references from `DynamicRegistry.Key` to `RegistryKey` to align with the updated Minestom API. Adjusted relevant classes, methods, and object interactions to ensure compatibility and maintain consistency. Updated `Versions.kt` to the latest Minestom version.
@duplexsystem duplexsystem merged commit c4dfdaf into PolyhedralDev:dev/7.0-2 Jun 17, 2025
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.

2 participants