Block update tick missing dependencies

Started by natemilligan45 on

Topic category: Help with modding (Java Edition)

Last seen on 01:42, 28. Feb 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block update tick missing dependencies

Procedur: 

if does entity exit at x y z in square space 4 = true 

do: add potion with level one for 60 ticks to event/entity target type speed 

 

so what did I do wrong? The update tick says it’s missing dependencies.

Last seen on 00:55, 28. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My guess is that the block…
Sat, 11/19/2022 - 22:41

My guess is that the block update tick doesn't have dependencies for an entity. You need to specify that it applies the effect to the nearest entity, not just the target entity, because the block ticking doesn't give it an entity to work with.

Last seen on 18:45, 5. Dec 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://drive.google.com…
Wed, 11/30/2022 - 19:33

https://drive.google.com/file/d/1P9CnzjNWJ8OqtrLAjZHsitDK1-3aFag3/view?usp=share_link

I don't know what procedures could be put in place
to correct the errors, to put the update tick

I'm still new and this is my 1st attempt to use procedures