Started by
minheragon12345
on
Topic category: Help with Minecraft modding (Java Edition)
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
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.