vellum icon indicating copy to clipboard operation
vellum copied to clipboard

Backup is not working after 1.20 (ish)

Open 79it opened this issue 1 year ago • 1 comments

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.)"

79it avatar Oct 02 '23 21:10 79it

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 :).

clvrk avatar Oct 03 '23 09:10 clvrk