Posted February 9, 20232 yr What method should I use to make an entity move in the direction it's facing?
February 10, 20232 yr On the server, Entity#addDeltaMovement and then setting Entity#hurtMarked to true. On the client, you just need to do the first one. You can get the direction from the head's look vector.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.