![Enchanting Infuser [Forge & Fabric]](https://media.forgecdn.net/avatars/thumbnails/776/210/256/256/638118117201059487.png)
[Bug]: No Treasure Enchantment Configuration
Chamels opened this issue · 16 comments
Mod Loader (Required)
Fabric
Minecraft Version(s) (Required)
1.21.1 and 1.21.4
Mod Version(s) (Required)
v21.1.0 and v21.4.0
Other Mods Involved (Required)
No
Notes (Required)
The modrinth Enchanting Infuser mod page mentions, while the infusers are inline with the vanilla enchanting table, the ability to enable treasure enchantments/mending/curses can be done through the server config. However, these options are not found within the created config file making treasure enchantments/mending/curse not possible which limits the users ability to utilize the mod as advertised and play within their chosen style.
Q: I can't get the mending enchantment!
A: The enchanting infuser offers the same enchantment selection the vanilla enchanting table has. Special enchantments (e.g. mending and curses) can be enabled and configured in the server config though.
latest.log (Required)
N/A
This is controlled via tags as of 1.21.1+: https://github.com/Fuzss/enchantinginfuser/tree/main/1.21.4/Common/src/generated/resources/data/enchantinginfuser/tags/enchantment
Was super confused today because I couldn't even find the FAQs anymore 😅
Would also love to know how to enable mending and the remaining enchants. Do we need to write our own mod / datapack for that now? @Fuzss
You will need to make a datapack to add the tags you want. I can share the one I made for my modpack just now
enchanting_infuser_treasure.zip
The datapack was made for 1.21.1, you may have to change the pack format depending on which version you want to use it. See this wiki page for a list of format numbers used for each minecraft version.
Also, this will add all treasure enchantments (including curses) to the advanced infuser only, if you want it for the regular infuser too, copy the in_advanced_enchanting_infuser.json
file and rename the copy to in_enchanting_infuser.json
. You can change the tags to customize/limit the available enchantments too if you want, a list of possible tags is available here.
@Einhornyordle thanks so much for this! Is it okey if I reupload this to modrinth, linking to this comment as source?
Ah, it finally went through the modrinth verification. @Fuzss might want to add a link to it to the FAQ on modrinth to prevent confusion :)