gigaturbo / codeblock

Use lua code in Minetest to build anything you want
GNU General Public License v3.0
4 stars 2 forks source link

CodeBlock

License ContentDB

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

screenshot

Quick start

Run your first program

  1. Create an empty (flat) world, enable codeblock mod ant its dependencies
  2. Enable creative mode and start the game
  3. Right click with drone_poser tool on a block to place the drone, choose stairs.lua then left click with drone_poser to start the drone

Write your first program

  1. Right click with drone_setter tool to open the lua editor
  2. Create a new file with the new file field and write some code on the main window
  3. Click load and exit to load your code in the drone
  4. Right click with drone_poser tool on a block and run the code with a left click on drone_poser
  5. Read the Lua API in doc/api.md to know which commands and blocks you can use

Explore and tweak