loading screen

This commit is contained in:
Sen 2025-03-16 23:14:24 +01:00
parent 987ed4059e
commit d4f6d3e4f9
6 changed files with 139 additions and 95 deletions

View file

@ -1267,7 +1267,7 @@ public final class Converter {
else {
gui.resetSub();
}
gui.setTask(conv.action == null ? "" : conv.action);
gui.setTask(conv.action);
}
}));
final NBTTagCompound tag = nbt;