How to detect if there is a dropped item of a specific type and what type of block is it dropped on.

Started by techniccalc on

Topic category: Help with MCreator software

Last seen on 21:16, 21. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to detect if there is a dropped item of a specific type and what type of block is it dropped on.

Hello, I'm trying to make if a specific item is dropped on a specific block it triggers the code.

I'm quite inexperienced with mcreator, but what i managed to get is when that item is dropped, it checks what kind of block the player is standing on,
not the dropped item. I'm sure it has something to do with item entities but I'm not familiar working with that,

Any help would be appreciated, thanks!

Last seen on 17:23, 9. Nov 2023
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Sun, 10/29/2023 - 11:10

Last seen on 21:16, 21. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you posted an image it…
Sun, 10/29/2023 - 17:49

If you posted an image it doesn't seem to be appearing 

Last seen on 21:16, 21. Dec 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
still not appearing, could…
Mon, 10/30/2023 - 04:52

still not appearing, could you try sending it to me on discord at incel_cat

Last seen on 12:54, 22. Jul 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Looks like you have the…
Mon, 11/27/2023 - 00:54

Looks like you have the general right idea on how to perform procedures on dropped items. Here's one of my procedures that turns concrete powder into concrete blocks. Maybe it'll help.