techpack/sl_controller
2018-09-15 19:22:10 +02:00
..
textures Battery and Server added 2018-06-26 23:04:25 +02:00
battery.lua V1.13 Smartline Controller revised. Liquid Sampler node added. Release notes added 2018-08-28 22:24:43 +02:00
commands.lua V1.15 Controllers command added, chest commands improved 2018-09-15 19:22:10 +02:00
config.lua Battery and Server added 2018-06-26 23:04:25 +02:00
controller.lua recipe bug fixed 2018-09-04 21:18:09 +02:00
depends.txt New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
description.txt SaferLua added 2018-06-24 22:33:00 +02:00
init.lua Battery and Server added 2018-06-26 23:04:25 +02:00
mod.conf New controller based on SaferLUA 2018-06-24 15:01:33 +02:00
readme.md Update readme.md 2018-07-14 11:57:09 +02:00
server.lua buttery inventory bug fix 2018-07-07 13:16:35 +02:00

SaferLua Controller [sl_controller]

A tubelib compatible controller to be programmed in LUA

The mod uses SaferLua [safer_lua] as Lua sandbox for safe and secure code execution.

License

Copyright (C) 2018 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt

Dependencies

tubelib, safer_lua

History

  • 2018-06-24 v0.01 * first draft
  • 2018-06-26 v0.02 * Battery and Server added