Additional Levels to Existing Enchantments

Started by spam1 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Additional Levels to Existing Enchantments

Hi,

 

I was wondering how I would go about making a mod that adds additional levels to existing enchantments (Ex: Fortune 4-10, Sharpness 6-12, etc.). Any help would be appreciated!

 

Thanks

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This can be done by making…
Tue, 04/29/2025 - 23:49

This can be done by making custom enchantments simply labeled (sharpness 6 (or VI)) and have it do extra damage through procedures. 

However, I would simply use the built in enchantment system, as you can go above sharpness 5 for example, with commands. You could have a special block for instance that enchants any item with a more powerful level when right clicked by using the execute command procedure. 

Commands are really confusing, so I'd recommend something like a command generator to help: https://www.gamergeeks.net/ 

This isn't a perfect solution but it might put you on the right track.