Keybind search bar + modding support

This commit is contained in:
Anuken
2025-04-28 22:13:32 -04:00
parent ca550545bc
commit e414b02030
22 changed files with 326 additions and 421 deletions

View File

@@ -23,7 +23,7 @@ public class ContentInfoDialog extends BaseDialog{
addCloseButton();
keyDown(key -> {
if(key == keybinds.get(Binding.block_info).key){
if(key == Binding.blockInfo.value.key){
Core.app.post(this::hide);
}
});