Started by
SoarL
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a custom mob I created to spawn in riding a pig. I have almost zero knowledge of how to code with procedures I'm going to need some help. Other posts I've seen about this have solutions that aren't complete and I don't understand
Make the entity you want to spawn with the pig and set it to spawn a pig when it spawns and ride it
I did that, but does anyone know how to make the mob that rides the horse control its movement? I made the entity, the entity generates a horse next to it (with a saddle and tamed), it mounts it, but it remains static
any solution?