How to trigger procedure when item disappears in void??

Started by Zaniiq on

Topic category: Help with modding (Java Edition)

Last seen on 08:21, 12. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to trigger procedure when item disappears in void??

Hello,i'm making a mod that adding many new things in the game such as weapons,armor,blocks and mobs.Me and my friend have an idea of making a boss that flies above the void in end,and you need to drop special item into the void to summon him.But how to trigger the procedure when item disappear in the void??? Any help is appreciated

Last seen on 12:46, 21. Sep 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know much about…
Fri, 08/11/2023 - 19:50

I don't know much about procedures, but you need to somehow put a condition that when the item is despawned, it is below position y 0 and is in the end, then spawn the mob

Last seen on 08:21, 12. Aug 2023
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
xChipseq Thank you for help…
Sat, 08/12/2023 - 08:23

xChipseq Thank you for help i appreciate it