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

Change File Extension of VoxelMap Cache Files #356

Merged
merged 3 commits into from
Apr 17, 2024
Merged

Conversation

glowredman
Copy link
Member

VoxelMap caches the map in ZIP files in ./mods/VoxelMods/voxelMap/cache/. However, TechnicLauncher recursively deletes all mod files in the ./mods/ directory, which includes .zip files.
Previously, the cache had to be backed up before doing any update, otherwise everything except the waypoints would be lost. With this PR, the file extension will be changed to .data. All existing files will be renamed.

@glowredman glowredman requested a review from a team April 13, 2024 15:57
@Dream-Master Dream-Master merged commit b2e7485 into master Apr 17, 2024
1 check passed
@Dream-Master Dream-Master deleted the vm-cache-ext branch April 17, 2024 06:41
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.

None yet

3 participants