Started by
wii theme
on
Topic category: Help with Minecraft modding (Java Edition)
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)
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!
It worked! thank you.
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.
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.