Add the FindMyItemsAndFluids Mod (#1067)

[FEATURE]
[DETAILS]
detail = "Improves Storage Management Early Game!"
[DETAILS]
This commit is contained in:
Integer Limit 2024-10-14 22:10:55 +11:00 committed by GitHub
parent c988a5e04e
commit 19d75b2144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -618,6 +618,11 @@
"fileID": 5378163, "fileID": 5378163,
"required": true "required": true
}, },
{
"projectID": 610085,
"fileID": 3748963,
"required": true
},
{ {
"projectID": 616190, "projectID": 616190,
"fileID": 4630499, "fileID": 4630499,

View File

@ -34,6 +34,7 @@ addOverride('enderio.keybind.inventory', KeyModifier.SHIFT, Keyboard.KEY_C)
addOverride('key.draconicevolution.toolConfig', 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 // 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.xu2.searchforitems', Keyboard.KEY_NONE)
addOverride('key.ftbutilities.nbt', Keyboard.KEY_NONE) addOverride('key.ftbutilities.nbt', Keyboard.KEY_NONE)