Subscribe
Problem with changing friend list key bind
Posted on 18 October 2019 - 02:45 AM
I have a Problem with the version 1.14.4 (I dont know if the same problem exists in previous versions) I have one of my hotkeys set to "G". "G" opens the friend list. But if I want to change the hotkey for the friends list and right klick into the "change key bind" window it changes to right klick. How do I change that?Posted on 18 October 2019 - 02:49 AM
You can go into your mod profile in your .minecraft folder for 1.14 and scroll down to friends list button ( or just control f it ) and change it. It should be a number and not a letter so you’ll have to put in something like 71 to get a reference of what key that isPosted on 18 October 2019 - 02:51 AM
:( This is a nasty problem with 1.14 at the momentFirst close BLC.
Go into your .minecraft folder, find the BLClient-Mod-Profiles-1.14 folder
Edit the .json file in there for the profile you messed up
find this section:
"friendSettings": {
"openKey": 71,
"backgroundOpacity": {
"value": 0.6
},
"settingsBackgroundOpacity": {
"value": 0.6
},
"notificationPosition": "BOTTOM_RIGHT"
},
Change openKey back to 71 (from whatever it is now)
Then open BLC and should be fixed.