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

Separate BlockMetaLogger file to a per-Chunk solution #10

Open
Zazsona opened this issue Jan 2, 2022 · 0 comments
Open

Separate BlockMetaLogger file to a per-Chunk solution #10

Zazsona opened this issue Jan 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Zazsona
Copy link
Owner

Zazsona commented Jan 2, 2022

At the moment, DecorHeads stores a single JSON file for tracking placed head data. Inevitably, as this file grows read/write operations will become more taxing.

The preposition is to separate this file on a per-chunk basis. This comes with two benefits:

  1. Smaller files with limited scope
  2. Files can be stored with the world, making them transfer-compatible, and removing the need to clean-up when the world is reset

Requirements:

  • Knowledge of Minecraft world file structure, including the chunk calculation maths
  • Supporting the legacy file (ideally transforming it to the proposed structure)
@Zazsona Zazsona added the enhancement New feature or request label Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant