Started by
spam1
on
Topic category: Help with Minecraft modding (Java Edition)
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
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.