Started by
cuckoo
on
Topic category: Help with Minecraft modding (Java Edition)
I know there is a forum about baby mob but how to make baby mob but i still don't understand and it not the answer that i want,I want to create a mob that when feed fish with 2 will spawn a baby one but most of them just like when use spawn egg spawn baby and some use zombie ai that i don't what
please
no one
you'll need to do some coding. basically you have to scale your mob's model parts smaller based on a "isChild" flag in the mob's Entity class that's passed on to the entity's renderer.
no i want it to be custom model because it a penguin and the adult is different from the baby.also i already model and texture the baby penguin.here image of baby and adult penguin
then I would try something like making another mob for the baby and placing an "On EntityTick Update" procedure set a new "age" NBT then add 1 every tick then when it reaches a certain quantity despawn it and spawn the adult version of the mob
ok thankyou
how about breeding i try using spawn procedure but it crash(not entiry crash just update tick and cannot move(rightclick))
Here's a link to a forum I made: https://mcreator.net/forum/68837/how-make-custom-baby-mob-breedingno-co…
cool but how to make the parents breed (spawn) the different baby in the first place?
Well that method already support that