How do I make an enchant?

Started by ThatGumGuy on

Topic category: Help with modding (Java Edition)

Last seen on 14:56, 6. Oct 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an enchant?

I'm trying to make some enchantments, and possibly modify an existing one, but I have no clue what to do.

 

  1. I'm trying to make an enchantment that makes an entity wearing it have speed 1.
  2. I'm trying to make a bane of enchant for illagers
  3. I'm trying to make bane of arthropods apply to more mobs

Unfortunately, I have no clue how to do this, and ya'll are genius', so hopefully you know what to do.

Last seen on 16:05, 6. Oct 2024
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This should do it for the…
Sun, 10/06/2024 - 15:31

This should do it for the speed enchant

 

For modifying bane of arthropods it seems like you can just add your mobs to the #sensitive_to_bane_of_arthropods vanilla entity tag.