Skip to content

Minestom 1.21.8/9/10 & Metapack support#533

Merged
duplexsystem merged 6 commits intoPolyhedralDev:masterfrom
everbuild-org:fix/minestom-platform-fixes
Oct 8, 2025
Merged

Minestom 1.21.8/9/10 & Metapack support#533
duplexsystem merged 6 commits intoPolyhedralDev:masterfrom
everbuild-org:fix/minestom-platform-fixes

Conversation

@Bloeckchengrafik
Copy link
Member

@Bloeckchengrafik Bloeckchengrafik commented Oct 7, 2025

Pull Request

Description

  • Provide support for newer minestom versions
  • Preload biome data into the registry to ensure players don't get kicked when entering a terra world
  • Metapacks ✨

There are three things that might be a bit controversial, so I'm gonna try to motivate them here:

  1. The biome pool move is needed so the platform can preload biomes before any world is created. Here, full use is assumed and all biomes are loaded
  2. Particles with data are currently fully removed due to lacking functionality on the minestom side. I'll get to it when I get to it but I want to get this release out of the door without waiting on minestom to implement the required functionality. Implementing this on the terra-side would require providing serializers for every type of particle, which is out of scope for this project imo.
  3. Vanilla base dimension types are not applied: Since I do not always have access to the instance creation, I can't predictably set these values. More thinking is needed here on my side 🤔. Also IMO it's only really worth it when declaring fully custom dimensions with terra which will be a bit of a way to go.

Changelog

  • Minestom: Metapack support
  • Minestom: Registry Data preloading

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.

Gotta start working on the terra minestom docs :shipit:

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.

@duplexsystem duplexsystem merged commit d640b49 into PolyhedralDev:master Oct 8, 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