Projectile which has effects when hit entity.

Started by The Dawn-Buster on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Projectile which has effects when hit entity.

Help me! I want to make a freeze flower for my Mario Kart mod. I have a freezing procedure plugin made by Alm already! 

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a ranged item for your…
Tue, 07/26/2022 - 13:36

Make a ranged item for your projectile(make sure you set it so it doesn't need ammo), go to triggers and there is one that says "when projectile hits living entity". Put your freezing effect and all into that and you can make your ranged item have 1 durability or you could shoot projectiles using the "shoot ranged item as projectile" block. I'm using 1.16.5 so the procedure block might be different though you should be able to find it if you search "shoot" in the search bar.