Started by
2Cool4u
on
Topic category: Help with Minecraft modding (Java Edition)
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.
hello
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