Started by
Creeper521
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to create a sort of recoil/blast effect. Could use some help.
I need it to:
- launch the player at least like, 4 blocks, doesn't matter what direction
- not damage the player
- not break nearby blocks
I'm not certain if that's possible or not.
I could be wrong but you could make it so that you teleport 4 blocks away and make explosion power 1
This is possible... I'm using this to make a missile in my mod.
For the explosions set the explode blocks power to something like 0.1?
For the movement you could use the moverelative method for entities in the code tab.