Where'd "If item X is in player's hand" go?

Started by Sweddy on

Topic category: Help with MCreator software

Joined Sep 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where'd "If item X is in player's hand" go?

It was there before the Procedure system was overhauled. What happened to it?

I'm trying to add rare drops to blocks that should only apply if the player uses the appropriate tool to break it. I can't do that now seeing as "If item X is in player's hand" is not a procedure anymore.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just use these blocks If […
Tue, 06/19/2018 - 14:57

Just use these blocks

If [(Get item in entity main hand) = (item minecraft component)

Do

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm looking for the same…
Sun, 09/16/2018 - 03:58

I'm looking for the same thing, and I don't understand what do you mean by the blocks

If [(Get item in entity main hand) = (item minecraft component)

Do

I understand that I need to use the if then do block, but I have been trying to do item in entity's main hand, and then a specific item, and I have not seem to come across how I can do that.

Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Never mind I found out how I…
Sun, 09/16/2018 - 04:19

Never mind I found out how I to do this, if Sweddy doesn't undertand it either, here's a screenshot

Joined Sep 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe I'm late but thanks…
Sat, 01/26/2019 - 16:11

Maybe I'm late but thanks mate! You helped preventing another 15 minutes of raging...

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find those code…
Thu, 06/25/2020 - 23:45

I can't find those code blocks

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
There should really be a…
Sat, 07/18/2020 - 02:59

There should really be a code block search option, but I found them.

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where is the "Item in entity…
Sat, 07/25/2020 - 08:46

Where is the "Item in entity's main hand" block ??

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm trying to put the block …
Sat, 07/25/2020 - 08:54

I'm trying to put the block "Item in main hand of event/target entity" in the operation but I can't

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Here you go, please in the…
Sat, 07/25/2020 - 11:53

Here you go, please in the future search before asking...
procedure