Started by
Freddy101
on
Topic category: Help with Minecraft modding (Java Edition)
i made a particle that does damage to mobs but i also want it to destroy blocks instead of go right thru them
Topic category: Help with Minecraft modding (Java Edition)
i made a particle that does damage to mobs but i also want it to destroy blocks instead of go right thru them
If you use the particle directly to check if it's touching mobs, you could also check if the block below the particle is not air and turn it into air if it isn't after a set delay.