JsMacros-Lua - Lua Extension for JsMacros
Note: Starting from JsMacros version 1.8.0, language extensions are no longer installed as Minecraft mods. For installation, follow the instructions on the official extensions page.
This extension adds support for the Lua programming language version 5.2 (via luaj library) to the JsMacros modification. The extension is completely dependent on the main JsMacros mod and does not provide additional functionality beyond Lua support.
Important syntax note: When working with JsMacros libraries in Lua, you must use a colon : instead of a dot ., as the library must be passed as the first argument of functions.