-
Bug
-
Resolution: Fixed
-
Minecraft 19w12a, Minecraft 19w12b
-
None
-
Java version 8 Update 201 (build 1.8,9_201-b09)
Windows 10 version 1809 (OS Build 1776.379)
-
Confirmed
-
(Unassigned)
The bug
"Don't forget to backup this world before you load it in this snapshot."
The saved file names are not attaching the .zip, they are functional zip files once the .zip is added back to their names.
Code analysis
LevelStorage.backupLevel(final String name) now uses WorldNameProvider.transformWorldName(path, string) to determine the world name, but does not append ".zip" anymore.