Topic category: Help with Minecraft modding (Java Edition)
Hello. Sorry for my bad English, it is not my native language and I am using a translator to write this. What I want is to create a mob similar to the Magma Cube or the Slime (So when killing its large version it divides into some medium ones and those medium ones into small ones and so on). But I don't know what I should do to do it. I need to know:
How can I make the 3 sizes of the mob?
How to make them divide when the greatest dies?
What AI should I put in to make it work? (It is that the one I put on it marks me an error)
If you could provide me with that information, I would greatly appreciate it. If you can, they can give it to me in Spanish and if not, it doesn't matter. I just need to know that. Thanks.
easy way of doing this, is make 3 separate versions of this mob, use the same texture you want, and change their size. after this go to the "trigger" box for when it dies, make it spawn 2 of the medium mob, and do the same for the medium, but change their size to be smaller and spawn the small ones instead. I hope the translator will not mess up this message.
Thanks, it worked for me. I just need to polish it and that's it.