Simplified robot actions for Minecraft's ComputerCraft mod.
Go to file
Andrew Lalis a1dd7a850a Added buildscript start 2023-04-26 08:41:55 +02:00
.github/workflows Added buildscript start 2023-04-26 08:41:55 +02:00
docs Added options and more documentation. 2022-12-23 13:19:44 +01:00
src Added buildscript start 2023-04-26 08:41:55 +02:00
LICENSE Initial commit 2022-12-17 09:30:53 +01:00
README.md Updated readme. 2022-12-21 16:26:26 +01:00
icon.svg Added docs 2022-12-20 20:29:13 +01:00
icon_256.png Added docs 2022-12-20 20:29:13 +01:00
minify.lua Create minify.lua 2022-12-21 11:41:34 +01:00
tester.lua Added repeated instructions and action options. 2022-12-23 11:37:40 +01:00

README.md

Movescript

Simplified robot actions for Minecraft's ComputerCraft mod.

For installation, starter guides, examples, and reference documentation, please refer to the Movescript Documentation Pages.

Development

All sources are developed under src, and automatic minified versions of them are added to the min directory.

There are two main GitHub Actions that can run:

  1. On pushes to main with changes under docs/, the VuePress documentation site will be rebuilt and deployed to GitHub pages.
  2. On pushes to main with changes under src/, all sources will be minified and an automated pull-request will be opened, to be manually merged by an administrator.