Started by
natemilligan45
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
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