Scatter Projectiles?

Started by 2Cool4u on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Apr 2015
Points:
1029

User statistics:

  • Modifications: 0
  • Forum topics: 51
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 117
Scatter Projectiles?

I'm adding weapons to my mod and was wondering if I can make a ranged item shoot multiple projectiles scattered. I tried adding multiple projectiles by making the item shoot more but they're inside of each other and don't really scatter like I want, any help. Similar to a shotgun.

Active 2 years ago
Joined Apr 2017
Points:
727

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 19
hello
Fri, 08/06/2021 - 17:27

hello

Active 4 years ago
Joined May 2021
Points:
605

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
This may be a bit late, but…
Fri, 08/06/2021 - 19:24

This may be a bit late, but oh well

 

This tutorial should be the one that should help: https://mcreator.net/forum/69545/tutorial-shotgun-multiple-projectiles, but I'm unable to find the spots where the projectiles are angled out.

 

Alternatively, you can set the random(0,1) block inside of the launch projectile function for the power input, and the bullets will have different launch trajectories