vellum
vellum copied to clipboard
Backup is not working after 1.20 (ish)
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.)"
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 :).