Started by
davidS
on
Topic category: Help with Minecraft modding (Java Edition)
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 (:
nothing happens when you start the breeding process
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. ^^
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.
Here's a link to a forum I made: https://mcreator.net/forum/68837/how-make-custom-baby-mob-breedingno-co…