Started by
EntityPlantt
on
Topic category: Help with Minecraft modding (Java Edition)
How can I resize the entity model when it's age is smaller than 0 (to make it look like a baby)?
Topic category: Help with Minecraft modding (Java Edition)
How can I resize the entity model when it's age is smaller than 0 (to make it look like a baby)?
i think to do that "effect" you need to make another model ( which is smaller ) to the baby one and a big one to the adult version.
i'm not a expert so it cannot be the real answer tho
(sorry for poor english ): )
Prepare one different model for each different creature or age you need
Then apply a NBT procedure, when one entity despawns then add the new one
OK, it's a cool idea. I might try it when I'm free...
So I would have 2 entities at the same time... But how about the breeding?
I also would like a Java Forge code example, but I don't want to bother you much 😉
Breeding goes on adult form.
Check my mod Populous, It contains a lagre part of breedable animals and babies which may become adults.
Some makes eggs some not as per real animals in nature.
if you like how it works I can give you some hints