@@ -19,8 +19,11 @@ * **farming redo** for potion ingredients * **late** for spell, potion, and gravitator effects * **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. +## libraries + * **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 + # interoperability sorcery has special functionality to ensure it can cooperate with various other modules, although they are not necessarily required for it to function. ## xdecor