This mod exposes more of Minecraft's enchanting power system to users by making elements of it more data driven. It is geared towards data pack and mod pack developers alike, though mod developers may also find it useful.
In vanilla Minecraft, you can add entries to the enchantment_power_provider tag to make them provide power to enchanting tables like bookshelves do (in fact, bookshelves themselves are part of this tag by default). However, this power boost is hard coded to 1 (the same as bookshelves), and it doesn't respect block states, making it inconvenient for certain block types (like candles, which can contain multiple candles in one block space). This can sometimes be - to put it rather bluntly - frustrating.
Arcane offers a solution by adding data driven enchanting power providers, which can be much more flexible in their parameters.

!! You can find more information for developers on the mod's README page. !!
Arcane is entirely server-side, so vanilla clients can connect to modded servers with nearly everything functioning as expected. However, enchanting particles from modded power providers will not display on vanilla clients unless they also install the mod.
Arcane does not interact in any way with vanilla nor modded enchanting power providers. This decision was made to maintain mod compatibility first and foremost. In addition, the additions to base code are simple and minimal. However, there are a few areas where Arcane may run into compatibility issues, in particular with:
By default, Arcane includes a few examples of providers you can play around with both in-game and outside the game to see how they work. These include:
If you wish to override these, you can overwrite their respective file inside the arcane_test data space.