Port to 1.21.4

- Improved error handling
- Update LambDynamicLights
- Fix splash screen background blending once again
This commit is contained in:
Martin Prokoph
2024-12-06 20:33:15 +01:00
parent ab83b2744a
commit 77b7b35f6d
8 changed files with 54 additions and 36 deletions

View File

@@ -86,7 +86,7 @@ public class PuzzleOptionsScreen extends Screen {
prevTab = tabManager.getCurrentTab();
this.list.clear();
fillList();
list.setScrollAmount(0);
list.setScrollY(0);
}
}
}