Started by
Seshua
on
Topic category: Help with Minecraft modding (Java Edition)
Hello,
Anyone know a way of hiding a custom keybind in the menu. I want my keybind to function when pressed but I don't want it to be able to be changed.
If you want to hide it, it should have an option for display make a procedure like this:
if (variable) = true
return = true
then out of the if procedure block:
return = false