Topic category: User side tutorials
I've noticed that a lot of people have had trouble making breedable mobs that work properly(Myself included) and I'm pretty sure people haven't found out how to do it yet without editing the code(correct me if I'm wrong). So, I tinkered a bit in the procedures and I found a way to do this with a custom baby model. Here are some steps:
1. Create the models: you'll need to make two models (for this I recommend tabula, techne, or blockbench)
1.You'll need an adult model. (if you are using a minecraft model for an adult then skip this.)
2.You'll need a baby model. This should probably be smaller than the adult model.
2. Create the two mobs: You'll need to create the actual mobs(the baby and the adult)
Adult: Create the adult mob and make sure it is breedable(notice: if you actually run the game at this point it will just be a baby/child mob with the same model as the adult mob)
Baby: Create the baby mob (OPTIONAL: if you want your baby mob to grow up then set up a timer procedure where it despawns the baby and spawns in the adult mob)
3.IMPORTANT: Create a procedure:
Get an if/do statement under flow control
For the if statement put: (Is event/target entity child) and (Is event/target entity: the adult mob)
For the do statement put: (Despawn event/target entity) and (Spawn at x: x, y: y, z: z living entity: the baby mob)
I hope this helped if you have any problems please leave a reply to this forum so you can be helped.
im new to the whole modding thingy. So i made the procedure but i cant find (Is event/target entity: the adult mob)
I know the end is suppose to have you adult mobs name but i can only find the child one. Im using version 2020.5 on 1.15.2
what i mean by this (looking back i look dumb) i meant that i have my two models and mobs already in. So the baby and the adult are there. But i just cant find (Is event/target entity: the adult mob) I dont see anything that has that
also what do you do for the timer procedure? sorry
please
help
what procedure is it? just a procedure with an external trigger or one selected for the entity?
where i can find event target entity (adult mob)????
can you give a picture as an example?
So for the (Is event/target entity: the adult mob) I probably should have been more specific. The part that says (the adult mob is actually a part of this procedure block that lets you select your adult entity to tell mcreator which entity you are talking about. To actually find this procedure block go to the procedure and search for sub. There should be a result that says (is [blank] (sub)type of). If that doesn't work you can also find this procedure block in the (Logic) section of the procedure editor.
https://www.youtube.com/watch?v=pxE_OTsVq-E
for the timer procedure do the second procedure shown in the video
https://drive.google.com/file/d/18lEdkw7U6Ybt-k5qXS88geS4Ub7YuSiS/view?…
The procedure /\
I can't see it, please answer
you need to select "entity spawns" instead of "no additional trigger" and you need to make a procedure with the "+" tab, not a procedure for a entity