← Назад к ресурсам

REI Enchantment Info

A plugin for REI that adds technical details about an enchantment. Modded enchantments is easily supported.

Modrinth utility

Описание

# 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. ## Screenshots ![An image should appear here. Let me know if it doesn't and it's not your internet lagging or something.](https://cdn.modrinth.com/data/cached_images/00251734393cbbd2da3fb966786461ba6154d237.png)