Block that allows me to fly with redstone

Started by I dont speak english on

Topic category: Help with modding (Java Edition)

Last seen on 17:55, 28. Nov 2022
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block that allows me to fly with redstone

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.
This is the procedure

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
event target entity isn't a…
Fri, 11/05/2021 - 20:56

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

Last seen on 17:55, 28. Nov 2022
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you show an image so I…
Fri, 11/05/2021 - 21:02

Can you show an image so I can see what the blocks are?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
they are just one block,…
Fri, 11/05/2021 - 21:27

they are just one block, search Nearest Entity on the search bar and replace it for event target/entity