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

Better Enchanted Books

Makes life easier for enchanters.

Modrinth utility

Описание

# Better Enchanted Books ! ![downloads](https://badge.bernasss12.dev/modrinth/better-enchanted-books/downloads) [![versions](https://badge.bernasss12.dev/modrinth/better-enchanted-books/versions#1)](https://modrinth.com/mod/better-enchanted-books/versions) [![Requires Fabric Api](https://badge.bernasss12.dev/modrinth/fabric-api/name#1)](https://modrinth.com/mod/fabric-api) [![Requires ClothConfig Api](https://badge.bernasss12.dev/modrinth/cloth-config/name#1)](https://modrinth.com/mod/cloth-config) This is a mod that adds a couple of quality of life features into the Vanilla+ experience in Minecraft. It is 100% client sided, so the server doesn't need to have the mod installed for it to work. I'll try to keep everything as customizable as possible. ## Features ![SampleImage](https://user-images.githubusercontent.com/6233500/77241366-0265cf00-6be9-11ea-9ef4-d4b667513b75.png) - Sort the enchantments in a tooltip, you can manually make your desired order or just alphabetically sort it; - Assign custom colors to each enchantment and those will display in as the color of the strip on Enchanted Books. - Disable glint on enchanted books (Configurable). - Show which items each enchantment can be applied to in it's tooltip (Configurable) ### Notes: - [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu/) is not necessary but recommended _and_ the only way to change any settings ingame. ## For dev: 1. Edit build.gradle and mod.json to suit your needs. * The "mixins" object can be removed from mod.json if you do not need to use mixins. * Please replace all occurences of "modid" with your own mod ID - sometimes, a different string may also suffice. 2. Run the following command: ``` ./gradlew idea ``` ## License Please read it at [licence](LICENSE).