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