Differences From
Artifact [246ca8c1c8]:
16 16 * **xdecor** for various tools and ingredients, especially honey and the hammer
17 17 * **basic_materials** for crafting ingredients
18 18 * **instant_ores** for ore generation. temporary, will be removed and replaced with home-grown mechanism soon
19 19 * **farming redo** for potion ingredients
20 20 * **late** for spell, potion, and gravitator effects
21 21 * **note**: in order for the gravitator to work, the late condition interval must be lowered from its default of 1.0 to 0.1. this currently can only be done by altering a variable at the top of `late/conditions.lua`, though a note in the source suggests a configuration option will be added eventually. hopefully this is so.
22 22
23 +## libraries
24 + * **luajit**, because `sorcery`'s code uses modern features not available in the ancient lua version bundled with minetest. alternately, it may be possible to build minetest against a more recent lua version if you're feeling masochistic; luajit will probably be faster tho and has first-party support
25 +
23 26 # interoperability
24 27 sorcery has special functionality to ensure it can cooperate with various other modules, although they are not necessarily required for it to function.
25 28
26 29 ## xdecor
27 30 by default, `sorcery` disables the xdecor enchanter, since `sorcery` offers its own, much more sophisticated enchantment mechanism. however, the two can coexist if you really want; a configuration flag can be used to prevent `sorcery` disabling the xdecor enchanter.
28 31
29 32 ## hopper