From 4aa450fff542c6109f672b2adde291078f5533c4 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:00:34 +1000 Subject: [PATCH] Fix Thermal Cycle Item Mode Keybind (#835) [BUG] [IGNORE] checks = { compareBefore = "1.7-beta-5" } [IGNORE] --- .../Post-Initial/Main/General/Misc/keybindOverrides.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy index 92c5054..54ebabc 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy @@ -20,8 +20,6 @@ addOverride('key.craftpresence.config_keycode.name', Keyboard.KEY_NONE) addOverride('Open Rocket GUI', KeyModifier.CONTROL, Keyboard.KEY_C) -addOverride('key.cofh.multimode', Keyboard.KEY_NONE) - addOverride('key.craftingtweaks.compressAll', Keyboard.KEY_NONE) addOverride('key.craftingtweaks.compressOne', Keyboard.KEY_NONE) addOverride('key.craftingtweaks.compressStack', Keyboard.KEY_NONE)