Mob breaks blocks badly ( Not solved )

Started by ktoto+++ on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mob breaks blocks badly ( Not solved )

-==========================================================================================================================================-

In short, I'm creating a mob that should break blocks with this AI block,

 

BUT at the same time, after the mob has broken the block, the block should be replaced by another one, And this AI block is broken, it works very strangely, the mob can only break the block if it stands over the block, and if it can't get to it, then it doesn't pay attention at all.

?What should I do?

-==========================================================================================================================================-

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Break Block AI is like…
Mon, 09/20/2021 - 11:29

Break Block AI is like Zombie breaking turtle egg AI,It is not like zombie breaking doors,It'll break when its idle(depending on the importance)

Joined Aug 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need the mob to crash into…
Mon, 09/20/2021 - 15:52

I need the mob to crash into a tree and break it.