Computertest
A ComputerCraft-inspired mod for Minetest!
Working Features
- LUA can be uploaded and ran on a turtle (see /examples)
- Actions like mining, moving and turning the turtle
- Turtles take time to do actions such as moving,mining,turning,etc
Security Problems
- The turtle code isn't sandboxed, so turtles could call dangerous functions (Add sandboxing)
- Anyone can upload code (Add code-uploading privilege)
Features to Add
- Add dumping into chests to create fully-auto mining
- Add fuel, so everything consumes fuel until it runs out or refuels
- Inventory management commands, such as crafting, sorting, and dropping
Anyone interested in adding these features can try in entity/turtle.lua, I'd be interested in any great working pull requests!
Nice!
Very promising ! I've noticed a few bugs in the UI, and when I remove a turtle the coroutine seems to continue running. If you need a sandbox for the code I use one in my mod: https://github.com/gigaturbo/codeblock/blob/master/lib/sandbox.lua feel free to use it!
Muy prometedor
Si se basara en MineClone2 podria parecerse a open computers