Keybinds that work when holding a specific item

Started by Neutrino on

Topic category: Help with modding (Java Edition)

Last seen on 00:19, 21. Jan 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Keybinds that work when holding a specific item

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…
Tue, 12/29/2020 - 09:04

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

Last seen on 00:19, 21. Jan 2021
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you know which condition…
Tue, 12/29/2020 - 10:08

Do you know which condition checks the item in hand?

if <item in hand> = <desired…
Wed, 12/30/2020 - 16:52

if <item in hand> = <desired item>

If you want to use procedures, learn them, you can't just expect to knowledge to appear.