how does a mob destroy blocks

Started by anlegame on

Topic category: Help with MCreator software

Last seen on 07:33, 16. Mar 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how does a mob destroy blocks

How can I create a mob that can destroy blocks during a collision?

Last seen on 12:11, 9. Sep 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create a procedure that…
Wed, 08/12/2020 - 13:24

create a procedure that tests for blocks in front, in back, and on either side. it should look something like this: "if block at x, y, z+1 not = air  do explode" and so on. add it to mob random tick procedure.

 

Last seen on 13:07, 19. Apr 2024
Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
show tutorial please
Mon, 03/04/2024 - 17:52

show tutorial please