How do i create a custom projectile?

Started by wii theme on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i create a custom projectile?

Im trying to make Kunai knive that if you right click with shoots the projectile but i dont know how to make a kunai projectile.

I created a simple procedure that shoots a projectile (Currently an arrow)

 

Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To start, create a ranged…
Tue, 06/27/2023 - 03:16

To start, create a ranged item and set the item texture to the Kunai.

 

 

Next, go to the 'Projectile' tab in the ranged item you created and find 'Item representing the texture of projectile'.

This item must also be created, so keep the ranged thing you are making open and create a new article.

 

 

Set that item to the texture of the Kunai; it doesn't need to be obtainable or craftable, as it is just being used for the surface of the projectile.

Now that you have created the item with the texture, go back to the ranged item you are making and select that created item as the 'Item representing the texture of projectile'.

 

 

Now you can tweak the damage values and other stuff for the Kunai, and you are finished!

No procedures are needed!

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It worked! thank you.
Tue, 06/27/2023 - 21:14

It worked! thank you.

Joined Jul 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
alternatively, you can set…
Wed, 08/30/2023 - 03:54

alternatively, you can set the projectile item to a random item temporarily, click "save and keep open", and change the placeholder item to the ranged item with the kunai texture itself. this way you ultimately save on file size when exporting as there's one less item that you don't need.

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i use a different…
Sat, 05/25/2024 - 21:37

how do i use a different item as a texture then as the ammo in 2024.1, this broke my old mod and i wanna know how to fix it.