Started by
Neutrino
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to create a key bind that works only when you hold a specific item in your hand. Any help is appreciated!
Topic category: Help with Minecraft modding (Java Edition)
I am trying to create a key bind that works only when you hold a specific item in your hand. Any help is appreciated!
Add additional condition to the procedure of keybinding checking item in hand.
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Do you know which condition checks the item in hand?
if <item in hand> = <desired item>
If you want to use procedures, learn them, you can't just expect to knowledge to appear.