mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-02-05 12:30:20 +01:00
9904be9160
This allows mods to provide their own libraries that can be accessed from within a Luacontroller, for example to make working with advanced digilines peripherals somewhat easier. Libraries can be added to the mesecon.luacontroller_libraries table, and then the code running in the Luacontroller can use require() to request one. require() will return nil if the library is not present. |
||
---|---|---|
.. | ||
doc/luacontroller | ||
textures | ||
init.lua | ||
mod.conf |