Making custom guns and their projectiles

Started by Alapala on

Topic category: Help with modding (Java Edition)

Last seen on 02:07, 1. Apr 2017
Joined Mar 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making custom guns and their projectiles

Hey guys,

Trying to make a custom gun here and I had a few questions.

1: Is there no way to change how far a projectil might be registered, or to remove the bullet drop from them? It seems to behave like an arrow shot from a bow no matter what happens, which brings on to question 2...

2: Is there no way to remove, change or customise the sound the projectile makes? Discovered in testing that no matter what, it makes the minecraft arrow Twany/Twing sound when the projectile connects. I've tried adding sounds via events when it hits blocks/players etc to see if this will remove it but it does now, I just end up hearing both the sound I chose in the event and the arrow twingy noise. Anyway to stop this?

Thanks guys in advance!

Last seen on 19:17, 2. Jul 2017
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Probally learn to java then
Fri, 03/31/2017 - 15:28

Probally learn to java then make a modification the proper way.

Last seen on 12:16, 30. Jan 2018
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go into events and find "When
Mon, 04/10/2017 - 12:20

Go into events and find "When fired" or something like that then go to the event "play sound" and select your sound.