Started by Bobobobobob on Mon, 06/24/2024 - 21:40 Topic category: Help with Minecraft modding (Java Edition) Is there a way to stop tamed mobs from teleporting wherever the player goes? Jump to top you could make them sit... Jump to top Permalink Log in or register to post comments I know it works for vanillia mobs like dogs, but how do i do that for custom mobs Jump to top Permalink Log in or register to post comments Make them sit down by feeding them until they sit. Jump to top Permalink Log in or register to post comments I don't know if you still need help, but i figured it out on how to stop them from following you. 1. Add a logic synced data to your entity, i named it sit. 2. Go to the AI and Tasks tab add in follow owner. 3. Go to the conditions of follow owner task and add in a procedure that says if your entity is sitting return false That should work, let me know if you don't understand or if it doesn't work. Jump to top Permalink Log in or register to post comments
I know it works for vanillia mobs like dogs, but how do i do that for custom mobs Jump to top Permalink Log in or register to post comments
Make them sit down by feeding them until they sit. Jump to top Permalink Log in or register to post comments
I don't know if you still need help, but i figured it out on how to stop them from following you. 1. Add a logic synced data to your entity, i named it sit. 2. Go to the AI and Tasks tab add in follow owner. 3. Go to the conditions of follow owner task and add in a procedure that says if your entity is sitting return false That should work, let me know if you don't understand or if it doesn't work. Jump to top Permalink Log in or register to post comments
you could make them sit...
I know it works for vanillia mobs like dogs, but how do i do that for custom mobs
Make them sit down by feeding them until they sit.
I don't know if you still need help, but i figured it out on how to stop them from following you.
1. Add a logic synced data to your entity, i named it sit.
2. Go to the AI and Tasks tab add in follow owner.
3. Go to the conditions of follow owner task and add in a procedure that says if your entity is sitting return false
That should work, let me know if you don't understand or if it doesn't work.