How do I turn an ordinary item into a ranged item through procedures?

Started by Input_Lag on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined Dec 2023
Points:
123

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How do I turn an ordinary item into a ranged item through procedures?

I want to make an item that can shoot customized projectiles, but I don't know how to make the item go out in the direction the player looks, two blocks in front of the player.

Active 3 months ago
Joined Oct 2023
Points:
266

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
Do, on item right clicked,…
Thu, 01/25/2024 - 07:27

Do, on item right clicked, shoot projectile (Your Projectile). Tweak the other things to adjust the speed and damage.