EnchantGiver

Quick rating

EnchantGiver

No reviews yet

Pre-define enchantments to tools

Mod Loaders
Fabric
Minecraft
1.17

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
EnchantGiver 1.1.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

EnchantGiver

EnchantGiver adds the ability to permanently give enchantments to items.

These work from the moment the item is obtained, without being able to remove them via grindstone.

This also means you can enchant the item normally, even though it has pre-defined enchantments.

This works on any item (modded or vanilla) with any set of enchantments (modded or vanilla).

This mod should work server side only.

The level of the enchantments can also be higher than the vanilla allowed ones (goes up to 2147483647).

To add enchantments to all items of the same type (eg. all iron pickaxes) while ingame, hold the item in your hand and run

/enchantgiver add_enchant modname:enchantname level

and to add it to just one item run

/enchantgiver add_nbt modname:enchantname level

To remove enchants, for item groups, use

/enchantgiver remove_enchant modname:enchantname

and for individual items use

/enchantgiver remove_nbt modname:enchantname

To remove all the enchants (individual and group enchants) from an item, use

/enchantgiver clear

To add enchantments to items manually, you can do it by going inside config/enchant_helper/ and reading the readme.yaml

After that, you can reload the values ingame by restarting the game or running /enchantgiver reload

To add group-enchants via code, you do so by calling

wraith.enchant_giver.EnchantsList#addEnchants(Identifier itemID, HashMap<Identifier, Integer> enchants, boolean replace)

for multiple enchants, or for individual enchants:

wraith.enchant_giver.EnchantsList#addEnchants(Identifier itemID, Identifier enchantID, int level, boolean replace)

To add enchants to individual items instead of groups, for multiple enchants use:

wraith.enchant_giver.EnchantsList#addNBTEnchants(ItemStack stack, HashMap<String, Integer> enchants)

and for single enchants use:

wraith.enchant_giver.EnchantsList#addNBTEnchants(ItemStack stack, String enchant, int level)

Discord

Recommended mods:

Numerus Romani

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~33,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works