Started by
SparkleArts
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a Enchantment for the normal Bow. The Enchantment should make the normal Arrows explode if they hit someone or the ground.
But I don't know how I can do it.
Edited by SparkleArts on Wed, 09/02/2020 - 22:05
I have some idea on how to make it, this is how you can make it without enchantments, see what you can do with it!
Event - trigger by external call (no additional trigger)
Explode at X Y Z with Power [amount of power]
You're missing the point. I'm sure he knows how to click-and-drag one block into a procedure... His question was how to make it work with an enchantment, which is actually not very easy, unfortunately.
I don't even know how to do this without replacing the arrow with a custom explosive one, which could work but it would effectively disable all other enchantments since you're deleting the enchanted arrow.
Found out how to add an enchant to a regular bow
https://drive.google.com/file/d/187h1LjB2aiOG4cuAjWyxOO1gpFvL8Hpx/view?…
This does work, but it also makes arrows explode on a melee attack, which probably isn't ideal.