File Details
enchanting_templates-2.1.0-neoforge-1.21.1.jar
- R
- Jun 3, 2026
- 307.73 KB
- 40
- 1.21.1
- NeoForge
File Name
enchanting_templates-2.1.0-neoforge-1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- EnchantSmithing recipes no longer use a "LVL:[max_level]" to set their max level, instead using the max level of the specified enchantment;
- Enchanting Templates no longer show their max level in their tooltip, since this can now be easely changed;
- The Enchantsmithingtable GUI now tells you info about the enchantment you are about to get using Enchantment Descriptions;
- Level 1 enchantments no longer require 0 bookshelves, they now require 1/[max_level]th of the "books:[bookshelves_required_for_max_level]";
- The bookshelf requirement is changed to [bookshelves_required_for_max_level]*([enchantment_level]/[max_level]) from [bookshelves_required_for_max_level]*(([enchantment_level]-1)/([max_level]-1));
- Added a bookshelf requirement to all Enchantments which only have 1 level;
- Optimized some code.