Block update tick missing dependencies

Started by natemilligan45 on

Topic category: Help with Minecraft modding (Java Edition)

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.

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.