How do I make a Enchantment for normal Bow

Started by SparkleArts on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 week ago
Joined Feb 2018
Points:
2015

User statistics:

  • Modifications: 1
  • Forum topics: 166
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 795
How do I make a Enchantment for normal Bow
Wed, 09/02/2020 - 22:05 (edited)

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
Active 2 months ago
Joined Apr 2017
Points:
973

User statistics:

  • Modifications: 5
  • Forum topics: 33
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 119
I have some idea on how to…
Wed, 09/02/2020 - 22:25

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]

Active 1 month ago
Joined May 2014
Points:
1036

User statistics:

  • Modifications: 3
  • Forum topics: 24
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 329
You're missing the point. I…
Wed, 09/02/2020 - 23:22

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.

Active 2 years ago
Joined Nov 2021
Points:
537

User statistics:

  • Modifications: 3
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
This does work, but it also…
Mon, 07/17/2023 - 00:14

This does work, but it also makes arrows explode on a melee attack, which probably isn't ideal.