How to make a custom baby mob from breeding(No Coding)

Started by Pizzaperson23 on

Topic category: User side tutorials

Last seen on 18:49, 27. Jan 2024
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a custom baby mob from breeding(No Coding)

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.

Last seen on 20:13, 19. Dec 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
im new to the whole modding…
Thu, 01/21/2021 - 22:14

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

Last seen on 20:13, 19. Dec 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what i mean by this (looking…
Thu, 01/21/2021 - 22:17

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

 

Last seen on 20:13, 19. Dec 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
also what do you do for the…
Thu, 01/21/2021 - 22:21

also what do you do for the timer procedure? sorry 

Last seen on 20:13, 19. Dec 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please
Thu, 01/21/2021 - 22:31

please

Last seen on 20:13, 19. Dec 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
help
Thu, 01/21/2021 - 22:31

help

Last seen on 13:59, 19. May 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what procedure is it? just a…
Fri, 01/22/2021 - 00:01

what procedure is it? just a procedure with an external trigger or one selected for the entity?

Last seen on 15:22, 28. Mar 2024
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where i can find event…
Mon, 02/15/2021 - 20:14

where i can find event target entity (adult mob)????

 

Last seen on 16:16, 7. May 2021
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
can you give a picture as an…
Wed, 03/10/2021 - 13:42

can you give a picture as an example?

Last seen on 18:49, 27. Jan 2024
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So for the (Is event/target…
Mon, 05/31/2021 - 20:46

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.

Last seen on 18:49, 27. Jan 2024
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Mon, 05/31/2021 - 21:05

The procedure

Last seen on 01:29, 15. Jul 2021
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't see it, please answer
Sat, 06/05/2021 - 00:52

I can't see it, please answer

Last seen on 14:51, 16. Feb 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you need to select "entity…
Sat, 07/24/2021 - 18:47

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