Started by
JotateGamer
on
Topic category: Help with Minecraft modding (Java Edition)
I'm creating my own RPG mod, and I need to create a skill that causes a meteorite to fall, which, when falling, causes damage to everyone it falls on, I decided to cause explosion damage, but I have a problem, I don't understand how to make an explosion in the place where the player is looking
Edited by JotateGamer on Tue, 04/23/2024 - 13:19
you can use raytracing blocks to get the cords of the block the player is looking at, then put those code blocks inside of an "explode at:" code block
If you want i could probably make an animation for it.
@i_know_brian That would be great.