This mod fixes Issue #781 of Mana and Artifice.
CLIENT SIDE ONLY
Currently when opening the Inscription Table the game with freeze for a varying amount of time dependent on how many mods you have installed.
This is because it is iterating through every registered recipe every time you open the gui or use the search bar. This mod patches it so it caches the data after iterating once asynchronously on world load. This is still not the ideal way to do it, but it solves the problem.
This is my first mod, it may have problems. With that said it's very small so nothing major can go wrong.