Started by
HiddenTheStickman
on
Topic category: Help with MCreator software
I'm finding it a hard time making a breedable/tamable entity I try to use the ai and goal but there isn't a thing to pick the custom baby entity
Topic category: Help with MCreator software
I'm finding it a hard time making a breedable/tamable entity I try to use the ai and goal but there isn't a thing to pick the custom baby entity
If you set it at the part where you set the breed item in the AI setting, a child animal will be born if the item is fed to two animals.
Size and appearance are not 'child', but attributes are 'child',
You can add a child to the 'entity on tick update' event as a condition and adjust the 'Scale' attribute value.
I have the same question, and I see an answer-- but it gives me more questions!!! I have a baby model- which is a adult who spawns much smaller for now. I found the on tick thingy, but I don't see any procedure-legos for the child bit. Do I have to add that as a variable?
https://imgur.com/gnRktPN
Make it like this.
https://imgur.com/ZQ2nG4r
This is the completed image.
does this work from geckolib models ;-;
I haven't implemented that feature using the Geckolib model, but since it was implemented using only MCreator's basic features, I believe it should work without any issues.