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

@@ -53,7 +53,7 @@ public class FullBrightness extends EventRegistrations implements Extra {
updateIndicator(replayHandler.getOverlay());
}
}
});
}, true);
register();
}