CodeBlock
CodeBlock allows to use lua
code in Minetest to build anything you want
License: GPLv3
Credits: inspired by Gnancraft, ComputerCraft, Visual Bots, TurtleMiner, basic_robot
Quick start
Run your first program
- Create an empty (flat) world, enable
codeblock
mod ant its dependencies - Enable creative mode and start the game
- Right click with tool on a block to place the drone, choose
stairs.lua
then left click with to start the drone
Write your first program
- Right click with tool to open the
lua
editor - Create a new file with the
new file
field and write some code on the main window - Click
load and exit
to load your code in the drone - Right click with tool on a block and run the code with a left click on
- Read the Lua API in
doc/api.md
to know which commands and blocks you can use
Explore and tweak
- More built-in examples are available, just open the editor and choose an example to run
- User
codelevel
can be adjusted to tweak drone performance and capacities, see permisisons and chat commands
Nice mod to play with algorithmically generated structures
It seems to me that the “Run your first program” instructions must be done after the “Write your first program” instructions to avoid a crash.
Note that several of the examples do not work if your world does not have the mods
vector3
andworldedit
.Why is this mod not available for Minetest 5.5+?