Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 6 months ago
Updated 6 months ago
REI Enchantment Info
Summary
This is mod is an addon for REI (Roughly Enough Items) that allows users to view details of an enchantment. No more, no less.
For modders
In your lang file, add:
"enchantment.modid.ench_name.rei.func": "value"
"enchantment.modid.ench_name.rei.applicability": "value"
where value is the string you want to display.
.func and .applicability?
.func purpose is to display the use of an enchantment.
.applicability is to display what items can be enchanted with the enchantment.
Why .applicability when minecraft has built-in EnchantmentTarget
class?
Because some mods may override enchantment's application.