Started by
ElectricHD
on
Topic category: Help with Minecraft modding (Java Edition)
So basically I am making a mod with a bunch of different types of wands with different abilities, and there is this one wand I want to make that's very difficult. The general idea is when you hit someone with it, they get launched into the air, but all the forums are close, but no exactly what I need. Does anyone know how to do this?
You could make a procedure to when living entity is hit by the Tool they get the shulker Levitation effect
you could make a projectile that didn't do damage but had a lot of pushback (recoil of the projectile), to this you can add that when it hits the player it will apply levitation effects or other effects depending on what you want to do.