You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Smaller files with limited scope
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)
The text was updated successfully, but these errors were encountered:
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:
Requirements:
The text was updated successfully, but these errors were encountered: