Destroying blocks in path like Wither

Started by minheragon12345 on

Topic category: Help with modding (Java Edition)

Last seen on 09:48, 26. Sep 2022
Joined Jun 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Destroying blocks in path like Wither
Tue, 07/28/2020 - 12:20 (edited)

Can anyone help me making procedures that let entities destroying all blocks blocking its way like wither? (Of course Wither cant broke bedrock and stuffs but I can deal with that)

I made a quick procedure to let me do that but it seemed not working well enough...

 

Edited by minheragon12345 on Tue, 07/28/2020 - 12:20
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:31

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.