Fix keybinding conflicts on 1.14+ (fixes #268)

This fixes both, replay-exclusive keybindings blocking vanilla ones as well as
vanilla keybindings blocking replay-exclusive ones.

The magic happens in Mixin_ContextualKeyBindings.
This commit is contained in:
Jonas Herzig
2020-07-25 21:34:30 +02:00
parent 063657af4c
commit fd7b6030f9
11 changed files with 105 additions and 22 deletions

View File

@@ -237,7 +237,7 @@ public class ReplayHandler {
//#endif
overlay.setVisible(false);
ReplayModReplay.instance.replayHandler = null;
ReplayModReplay.instance.forcefullyStopReplay();
mc.openScreen(null);