Magic Wand Ability

Started by ElectricHD on

Topic category: Help with modding (Java Edition)

Last seen on 18:00, 28. Nov 2022
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Magic Wand Ability

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? 

Last seen on 22:48, 12. Jan 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a procedure…
Tue, 10/18/2022 - 09:49

You could make a procedure to when living entity is hit by the Tool they get the shulker Levitation effect

Last seen on 17:28, 16. Feb 2024
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could make a projectile…
Sun, 10/23/2022 - 14:45

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.