Started by
mercuuman
on
Topic category: Help with Minecraft modding (Java Edition)
Hello to everyone , so i have a question, How can i make a self-throwable item, for example, shuriken, so i can throw it deal damage, then lift it up again.
I remember the in past versions i could make ranged item that has itself as a projectile but now when they remove range items i can't see any of these features
SO, how can i make ranged item that uses itself as a projectile?
p.s sorry for bad english
You would just use the "Item" element, Go into "Advanced properties" and you will see "Ranged Item Properties" this is where you can make it a ranged weapon. Do note that, Making it able to be throwable then retrievable which require some custom Procedure Logic to get working. One thing i would do right away is, Make the item "Max Stack size" in properties "1", So that the Player can only hold One Shuriken at a time per Slot, Then when the Projectile you use Hits an Entity or Player, Make it drop the Shuriken Item at x y z.