Where to find the “Tool Type” procedure

Started by troublemaker93 on

Topic category: Help with MCreator software

Last seen on 22:18, 21. Sep 2020
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where to find the “Tool Type” procedure

I’ve been looking around, but I can’t find the procedure that checks for the tool type of the tool in your hand

Last seen on 00:31, 10. Dec 2020
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator does not use Tool…
Mon, 09/21/2020 - 01:23

MCreator does not use Tool Types (Only in blocks), MCreator uses

IF ITEM IN MAIN HAND = (THE ITEM YOU WANT), DO (WHAT YOU WANT THE PROGRAM TO DO)

Last seen on 04:16, 16. May 2022
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could check if the item…
Mon, 09/21/2020 - 15:51

You could check if the item in hand can harvest a certain block for example: Dirt and if so then it is a shovel