Added wait for Progress Stage
This commit is contained in:
parent
ae9463124f
commit
1d9d752832
3 changed files with 41 additions and 37 deletions
|
@ -202,6 +202,7 @@ public class DataFixerAPI {
|
|||
|
||||
Runnable runner = () -> {
|
||||
if (createBackup) {
|
||||
progress.progressStage(new TranslatableComponent("message.bclib.datafixer.progress.waitbackup"));
|
||||
EditWorldScreen.makeBackupAndShowToast(Minecraft.getInstance().getLevelSource(), levelID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue