Description
Industria - Bring Automation To Luanti 🔗
This mod is still in active development, it aims to:
- Provide ST programming features
- Control Units (like PLC but an extreme lite version)
- I/O Units to create a bridge from Control Units logic to Luanti's world
Also an API to create and interact with the concepts/tools/env of this mod will be created.
Current state: 🔗
Currently there is only one block that allows you to have a PLC-like device to programm in your worlds.
- Get (with permission only/no crafting) the node "industria:baseunit"
- Place it where you want
- Right Click: this will pop-up a window to set the Unit ID - this must be unique for the player (many Units are permitted but with different IDs per player)
- Now you have a working device
- Right Click again to open the interface.
In the interface you have the possibility to edit the code and enable the device to make the code run.
Important Note 🔗
As stated in the info of the mod, this project aims to introduce Automation Programming into Luanti, not reinvent the wheel: the parser/lexer/interpreter are AI generated to save a lot of work. The rest of the mod is hand-written and full of errors.