Check for dropped item?

Started by Beldrox on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Check for dropped item?

Is possible to create a procedure that checks if there is a specific dropped item in an area?
For example: if droppedItem == minecraft:bone then doSomething;

Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have the same problem...
Tue, 04/14/2020 - 18:38

I have the same problem...

Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did any of you guys get a…
Tue, 04/13/2021 - 19:46

Did any of you guys get a solution?

 

Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes It's possible:
Tue, 04/13/2021 - 20:24

Yes It's possible:

Soululu

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This does not seem to be…
Wed, 12/08/2021 - 22:01

This does not seem to be working for me.

I tried the prescribed procedure with an additional "If".

When i throw the item nothing happens.

Did i get something wrong with the procedure?

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What if I want a spefifc…
Fri, 07/15/2022 - 15:19

What if I want a spefifc item dropping on the block is that possible?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found the solution: create…
Wed, 09/04/2024 - 17:24

I found the solution: create a new procedure and search in global triggers for "Item Is Dropped"