don't know how to make a firearm

Started by BossKervilles on

Topic category: Help with MCreator software

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
don't know how to make a firearm

Hello, I have a question how to make a firearm. Tell me how to do this or please give a sample. Thanks in advance

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ranged item element…
Sun, 06/21/2020 - 13:54

Ranged item element intensifies

XD 
But keep in mind that bow-like charging effect animation and damage scaling isn't possible without Java knowledge :D

Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 Fortcraft mod intensifies
Sun, 06/21/2020 - 19:55

 Fortcraft mod intensifies

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can make an item with a …
Tue, 06/23/2020 - 22:40

You can make an item with a "when right clicked on air" procedure. 

Make a ranged item called bullet and go to the bullet section.

Make a model for the bullet and a texture, save it and go back to the procedure.

In the procedure, add the "Shoot ranged projectile as () type of (bullet)".

That is pretty much all of it.