diff --git a/manifest.json b/manifest.json index ed8583c..66b783a 100644 --- a/manifest.json +++ b/manifest.json @@ -618,6 +618,11 @@ "fileID": 5378163, "required": true }, + { + "projectID": 610085, + "fileID": 3748963, + "required": true + }, { "projectID": 616190, "fileID": 4630499, 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 1ed82e0..092e7a4 100644 --- a/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy +++ b/overrides/groovy/postInit/Post-Initial/Main/General/Misc/keybindOverrides.groovy @@ -34,6 +34,7 @@ addOverride('enderio.keybind.inventory', KeyModifier.SHIFT, Keyboard.KEY_C) addOverride('key.draconicevolution.toolConfig', KeyModifier.SHIFT, Keyboard.KEY_C) // This one is special: It fixes the bug where pressing T in JEI/AE2 would sometimes force you out of the GUI +// Its also replaced by a different mod, FindMyItemsAndFluids. addOverride('key.xu2.searchforitems', Keyboard.KEY_NONE) addOverride('key.ftbutilities.nbt', Keyboard.KEY_NONE)