rarmenia / Anvil-Enchantments

Minecraft Mod that adds the ability to craft Enchanted Books in the Anvil [No longer updated (made redundant by datapacks)]
GNU General Public License v3.0
3 stars 1 forks source link

[Refactor] Make AnvilEnchantments a Plugin of LazerLib #15

Closed rarmenia closed 6 years ago

rarmenia commented 7 years ago

Change overall functionality so AnvilEnchantmets is no longer a Standalone mod, but an Annotation based plugin for a new mod LazerLib. Which will be maintained in a more active development cycle.

Doing this will allow the core functionality of AnvilEnchantments to be more easily accessible to other developers.

This will also change the active development cycle of Anvil Enchantments to be less reliant on the development cycle of Minecraft and MinecraftForge as AnvilEnchantments would essentially be sending Recipe Wrappers to LazerLib. Where LazerLib is configured for general use cases.