Started by
MandMs05
on
Topic category: Help with Minecraft modding (Java Edition)
I have a mob I would like to walk to a certain position in the world.
If it sees diorite, I want it to walk up to the diorite. Something like this.
Any idea how I would go about doing this?
you need to code that...
Well then do you have any idea what function I'd be running or where I'd put that? I have basic programming skills, I just have no idea what I'm doing with Java.
I think you need to code your onw pathfinding AI rather than extending vanilla ones so yeah it's pretty advanced
I've got an idea for how I could do that if I knew how to make it walk even in just a straight line.
Found a way to make the entity walk?
I am also very interested! did you find a solution to our problem?