Started by
2ne1t2tbigbang
on
Topic category: Help with Minecraft modding (Java Edition)
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.
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.
Yes an example procedure would be great thank you!
Can I please get an example procedure when you have the chance?