Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate world data version info #6344

Open
dktapps opened this issue May 7, 2024 · 0 comments
Open

Consolidate world data version info #6344

dktapps opened this issue May 7, 2024 · 0 comments
Labels
Category: Core Related to internal functionality Type: Cleanup Removes or deprecates API methods or behaviour

Comments

@dktapps
Copy link
Member

dktapps commented May 7, 2024

Description

New version updates require changes in several places:

  • BedrockWorldData: CURRENT_STORAGE_NETWORK_VERSION, CURRENT_CLIENT_VERSION_TARGET, CURRENT_STORAGE_VERSION
  • BlockStateData: CURRENT_VERSION

It's rather easy to forget to change these and cause problems on release. Unit tests can catch some of them, but not all.

We need:

  • a system that consolidates all of this info into a central location
  • a way to do updates that requires all of them be changed at the same time so that none are missed

Alternative methods

@dktapps dktapps added Category: Core Related to internal functionality Type: Cleanup Removes or deprecates API methods or behaviour labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Core Related to internal functionality Type: Cleanup Removes or deprecates API methods or behaviour
Projects
None yet
Development

No branches or pull requests

1 participant