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

Backup is not working after 1.20 (ish) #49

Open
79it opened this issue Oct 2, 2023 · 1 comment
Open

Backup is not working after 1.20 (ish) #49

79it opened this issue Oct 2, 2023 · 1 comment

Comments

@79it
Copy link

79it commented Oct 2, 2023

Minecraft has broken the backup mechanism again.

The regex pattern is looking for the string to start with "Changes..."
"^(Changes to the (level|world) are resumed.)"

The problem is that when this message is received, it also has a timestamp now.

The simple fix is to replace the regex pattern with "(Changes to the (level|world) are resumed.)"

@clvrk
Copy link
Owner

clvrk commented Oct 3, 2023

Thanks for reporting this issue!
I haven't been working on this project for quite some time, but seeing there is still interest in this tool, I'll try to pick up work again.

This should be an easy fix anyways :).

MikeScuderi added a commit to MikeScuderi/vellum that referenced this issue Feb 22, 2024
update regex to (Changes to the (level|world) are resumed.) per 79it on clvrk#49 to test if backups are fixed
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

No branches or pull requests

2 participants