Started by
I dont speak english
on
Topic category: Help with Minecraft modding (Java Edition)
In my mod I am making a block that by giving it a redstone signal, it gives you the levitation effect for 10 seconds, but the procedure I did does not allow me to put it in the Redstone On area because it says that it is missing dependencies, but I don't know what is missing or what is wrong. I will leave you a screenshot of the procedure so that you can help me and if you can show images of the fixed procedure, I would appreciate it.
event target entity isn't a dependency it supports, instead replace it with this procedure block: get nearest entity at x y z i'm square cube with size 4 of type: Player
replace the event target entity with this
Can you show an image so I can see what the blocks are?
they are just one block, search Nearest Entity on the search bar and replace it for event target/entity