Started by
Automation_UZ1
on
Topic category: Help with Minecraft modding (Java Edition)
Im attempting to make an entity able to mine specific blocks when a certain potion effect is active, however i havent been able to get them to consistently move forward towards the block, if slightly pushed they will walk to the block, but will not do it on their own.
If anyone has some ideas, that would be great, however if i find the solution on my own i will update the post with that information so others can still find the answer :)
EDIT: I figured this out almost immediately, all i needed to do was change the x on "attempt to find path to move to" to x + 4 instead of x + 2 since the entity was actually just detecting that it was already at the destination block.
Edited by Automation_UZ1 on Sun, 01/26/2025 - 17:05
As you said you can use the "attempt to find path to move to" block, but also for future reference changing EDIT to SOLVED helps when people are looking through posts they can help on. And Good luck with the mod :)