File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
src/main/java/de/linusdev/mixin/client Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- - New Icon for the mod
2- - New error msg on Linux
1+ - Hotfix update
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ loader_version=0.18.3
1111
1212
1313# Mod Properties
14- mod_version =1.1.1
14+ mod_version =1.1.2
1515maven_group =de.linusdev
1616archives_base_name =oneworldfolder
1717
Original file line number Diff line number Diff line change @@ -110,9 +110,6 @@ protected TitleScreenMixin(Text title) {
110110
111111 @ Unique
112112 public void openMyWorldSelectScreen (boolean tryReload ) {
113- this .client .setScreen (new ErrorDialogScreen (() -> this .client .setScreen (this )));
114- if (true )
115- return ;
116113 if (!OneWorldFolderModClient .config .isSupportsCustomLevelStorage ()) {
117114
118115 if (tryReload ) {
You can’t perform that action at this time.
0 commit comments