Skip to content

Backup is not working after 1.20 (ish) #49

@79it

Description

@79it

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions