Help with Cross Breeding two separate entities.

Started by 2ne1t2tbigbang on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with Cross Breeding two separate entities.

I played mocreatures years ago and was inspired by all of the cross breeding of the horses. I have two separate entities being a "zebra" and "speckled horse" and am trying to figure out how to make them breed. I'm still somewhat new to mcreator and am having a lot of trouble figuring this out. I've been looking around for a few days for information on how to do this with procedures but can't find anything. Any help would be much appreciated.

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a custom…
Thu, 03/13/2025 - 18:16

You could make a custom variable within the entities and detect when given the correct food with the "on right clicked" event in the entity to set to var to true and then check in an area for the other mob and if that mobs var is true as well then use "attempt to find path to x of entity, y of entity, z of entity" and then set a small countdown when they get within 2 blocks of each other and spawn the new mob at the x,y,z of the entities. Follow up if you would like an example procedure to get you started since this may sound confusing.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes an example procedure…
Sat, 03/15/2025 - 08:28

Yes an example procedure would be great thank you! 

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can I please get an example…
Fri, 03/21/2025 - 08:12

Can I please get an example procedure when you have the chance?