Started by
IjustWonLIFE24
on
Topic category: Advanced modding
I need help trying to figure out how to get a "Blow Gun" to be able to fire two different types of ammo. I have a normal dart and a poison dart and I want to know if, or how I can create a Ranged Item that can fire two different types of ammo. Not at the same time, but you could choose instead. And, if I can, how would I make it so that when it hits an entity, it gives them poison. I'm looking for any answer, so if it involves looking into the "CODE" section, I could. I have 3 years experience of java, just not so much in Minecraft java.
Thanks!
-IjustWonLIFE24
Edited by IjustWonLIFE24 on Thu, 07/26/2018 - 20:22
I was also searching for something like this
Just use an item, and make a procedure to shoot an arrow from that item.
Then lock the code for that item and change the EntityArrow to Mcreator"(your ranged items name").entityArrowCustom. You can also change your bullet/darts damage and knockback from here. Since you've got some Java experience I will leave you here. That and I've got something to do so good luck!! I hope I helped a bit.