Started by EfremD228 on Sat, 03/26/2022 - 13:32 Topic category: Help with Minecraft modding (Java Edition) Hello, does anyone know how to spawn already tamed mobs? Jump to top thats not how spawning works Jump to top Permalink Log in or register to post comments Create a procedure on your entity tick update: And make sure that your entity is tamable: Jump to top Permalink Log in or register to post comments you don't need to do entity tick update I think you just have to add a procedure on spawn that tames the mob with the owner being whatever you want, if you want it to be compatible with servers you could do something like using the closest player Jump to top Permalink Log in or register to post comments I tried with the initial spawn procedure - doesn't work for some reason Jump to top Permalink Log in or register to post comments man i need help with this too Jump to top Permalink Log in or register to post comments
Create a procedure on your entity tick update: And make sure that your entity is tamable: Jump to top Permalink Log in or register to post comments
you don't need to do entity tick update I think you just have to add a procedure on spawn that tames the mob with the owner being whatever you want, if you want it to be compatible with servers you could do something like using the closest player Jump to top Permalink Log in or register to post comments
I tried with the initial spawn procedure - doesn't work for some reason Jump to top Permalink Log in or register to post comments
thats not how spawning works
Create a procedure on your entity tick update:
And make sure that your entity is tamable:
you don't need to do entity tick update I think you just have to add a procedure on spawn that tames the mob with the owner being whatever you want, if you want it to be compatible with servers you could do something like using the closest player
I tried with the initial spawn procedure - doesn't work for some reason
man i need help with this too