REI Enchantment Info
Overview
This mod is an extension for REI (Roughly Enough Items) that allows players to view detailed information about enchantments. Simple but useful functionality.
For Mod Developers
In your language file, add the following lines:
"enchantment.modid.ench_name.rei.func": "value"
"enchantment.modid.ench_name.rei.applicability": "value"
Where "value" is the text you want to display.
What do .func and .applicability mean?
The .func parameter is intended for describing the functionality of an enchantment - what it does and how it works.
The .applicability parameter shows which items can be enchanted with the given enchantment.
Why is .applicability needed if Minecraft has a built-in EnchantmentTarget class?
Some mods may override the standard application of enchantments, so this parameter provides flexibility and compatibility.
Screenshots
