Started by
G4HD
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I want to create a mod, and need help with keybinds.
Can I make a keybind, that's only work for me or other players, if i got a Achievment?
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I want to create a mod, and need help with keybinds.
Can I make a keybind, that's only work for me or other players, if i got a Achievment?
yes you can. create the keybind mod element. in the keybind actions page create a procedure to do whatever on key pressed. In that new procedure, go into the Player procedures and use the code block "has provided entity completed achievement".
Thanks