Need some help creating a procedure for a blackhole.

Started by TotalBlacksmith on

Topic category: Help with modding (Java Edition)

Last seen on 05:04, 13. Sep 2022
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need some help creating a procedure for a blackhole.

Hello everyone.

I am currently in the process of making the final boss for my mod, The Arcaneum. The final boss, The Creator, is going to have a multitude of abilities and one of them is a blackhole ability. 

So as of now I have an blackhole entity that is going to spawn at the players location but I want that blackhole entity to be able to suck nearby entities into its void. Anyone know a way to do this?

The Creator

 

Last seen on 04:15, 27. Mar 2024
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're going to need a very…
Fri, 05/07/2021 - 03:31

You're going to need a very fancy teleport command to move entities toward the black hole, or you're going to need to use trigonometry and the velocity procedure blocks to move entities that way.