Files
ReplayModCinematic/src/main/resources/mixins.core.replaymod.json
Jonas Herzig 28facc430e Allow raw key handlers to cancel keybindings (required for #305)
So that when you press e.g. Ctrl+Z, it doesn't trigger the keybinding bound to
Z (currently full brightness).
2020-11-06 18:54:54 +01:00

31 lines
727 B
JSON

{
"required": true,
"package": "com.replaymod.core.mixin",
"mixins": [],
"server": [],
"client": [
//#if MC>=11400
"AbstractButtonWidgetAccessor",
"Mixin_ContextualKeyBindings",
"MixinGameRenderer",
"Mixin_HideDynamicResourcePacks",
"Mixin_RegisterDynamicResourcePacks",
//#endif
//#if MC>=11400
"MixinMouse",
//#endif
//#if MC<10800
//$$ "ResourcePackRepositoryAccessor",
//#endif
"MixinKeyboardListener",
"MixinMinecraft",
"GuiMainMenuAccessor",
"GuiScreenAccessor",
"KeyBindingAccessor",
"MinecraftAccessor",
"TimerAccessor"
],
"compatibilityLevel": "JAVA_8",
"minVersion": "0.6.11",
"refmap": "mixins.replaymod.refmap.json"
}