Mitja Skuver

Results 15 issues of Mitja Skuver

[TextWidget](https://github.com/isXander/main-menu-credits/blob/master/src/main/java/dev/isxander/mainmenucredits/gui/TextWidget.java) extends `PressableTextWidget` and it makes all text added by the mod "focusable". This messes up keyboard or gamepad navigation. For example, if you start MC without any extra menu...

OnAppOverviewChange expects a different kind of list and the commented call will fail with error in console. It doesn't need to be called either as the handler creates AppInfo objects...

While debugging a weird issue I've noticed that mounting and unmounting mountables is following the same order. Thinking this might cause some weird issues I've reversed the order of unmounting....

- removed old package-lock.json - updated package.json and rollup.config.js (DFL!) - removed deprecated setting from tsconfig.son and fixed errors in code - updated loading of shortcuts in Content component

- script will prepare plugin for release and package it in the zip - set up vscode tasks for release.sh - updated git ignores