mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-22 23:33:44 +01:00
SaferLua added
Lua controller added
This commit is contained in:
parent
7d8d25026c
commit
bdc277d8a2
@ -1,4 +1,4 @@
|
|||||||
# TechPack V1.07
|
# TechPack V1.08
|
||||||
|
|
||||||
TechPack, a Mining, Crafting, & Farming Modpack for Minetest.
|
TechPack, a Mining, Crafting, & Farming Modpack for Minetest.
|
||||||
|
|
||||||
@ -11,6 +11,8 @@ TechPack is a collection of following Mods:
|
|||||||
* tubelib_addons2, a Tubelib extension with control nodes
|
* tubelib_addons2, a Tubelib extension with control nodes
|
||||||
* gravelsieve, a Mod to sieve ores from gravel.
|
* gravelsieve, a Mod to sieve ores from gravel.
|
||||||
* smartline, a Mod with small and smart sensors, actors and controllers.
|
* smartline, a Mod with small and smart sensors, actors and controllers.
|
||||||
|
* safer_lua, a subset of the language Lua for safe and secure Lua sandboxes
|
||||||
|
* SaferLua Controller - a controller to be programmed in LUA
|
||||||
|
|
||||||
**A TechPack Tutorial is available as ![Wiki](https://github.com/joe7575/techpack/wiki)**
|
**A TechPack Tutorial is available as ![Wiki](https://github.com/joe7575/techpack/wiki)**
|
||||||
|
|
||||||
@ -48,6 +50,7 @@ TechPack provides:
|
|||||||
- sending commands and alarms
|
- sending commands and alarms
|
||||||
- sending mails or chat messages
|
- sending mails or chat messages
|
||||||
- output on a display
|
- output on a display
|
||||||
|
- a Controller to be programmed in Lua
|
||||||
- a Signal Tower node showing machine states
|
- a Signal Tower node showing machine states
|
||||||
- a Display node for text outputs of the Controller
|
- a Display node for text outputs of the Controller
|
||||||
|
|
||||||
@ -80,3 +83,4 @@ Gravelsieve optional: moreores, hopper, pipeworks
|
|||||||
- 2018-04-27 V1.05 * Ceiling lamp added, further improvements
|
- 2018-04-27 V1.05 * Ceiling lamp added, further improvements
|
||||||
- 2018-06-09 V1.06 * Recipes with API to grinder added
|
- 2018-06-09 V1.06 * Recipes with API to grinder added
|
||||||
- 2018-06-17 V1.07 * Tube placement completely reworked
|
- 2018-06-17 V1.07 * Tube placement completely reworked
|
||||||
|
- 2018-06-22 V1.08 * Lua Controller and SaferLua added
|
||||||
|
Loading…
Reference in New Issue
Block a user