How do I make breeding work?

Started by davidS on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make breeding work?

hi, i try to make a guinea fowl and i want to make the baby version spawn to the breendig

version 2020.3

google traslate

I really need to make this work (:

 

Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 nothing happens when you…
Thu, 06/18/2020 - 11:04

 nothing happens when you start the breeding process
 

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As far as I know this isn't…
Sat, 06/27/2020 - 15:42

As far as I know this isn't an issue in the sense of you are doing something wrong, but rather this is an issue with MCreator. I'm sure that they will had it in the new update, and I think there is already a thread on this. Best of luck friend. ^^

Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
after you finish the entity…
Sun, 06/28/2020 - 04:03

after you finish the entity creation and chose the breed item and such, lock the file and go to the code and add the behavior

this.goalSelector.addGoal(1, new BreedGoal(this, 1.1));

, cause Mcreator dont put it, you need it to make breed work.

dont forget to also add the Breed class import.