Started by
Gaminguide2000
on
Topic category: Help with Minecraft modding (Java Edition)
When putting a high value in the Explosion power in the procedure, it just puts diagonal paths in the ground without looking like an explosion or causing the damage one would. I havent found anything in the forum.
This is because of how Minecraft handles explosions. It draws a bunch of straight lines and breaks blocks in the path based on their blast resistance and the power of the explosion. Usually, explosions are so small you can't see the lines cause they're all bunched up, but if you create a large explosion, the lines are clearly visible.
In short, this is an issue with Minecraft itself and can't be solved.