Simplified robot actions for Minecraft's ComputerCraft mod.
Go to file
Andrew Lalis d3f64ed191 Updated readme. 2022-12-21 16:26:26 +01:00
.github/workflows Updated minify workflow. 2022-12-21 12:28:33 +01:00
docs Updated docs. 2022-12-21 16:20:47 +01:00
min [create-pull-request] automated change 2022-12-21 14:01:03 +00:00
src Added check for nil items in parser filter function. 2022-12-21 15:00:28 +01: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
install.lua Added check for file. 2022-12-17 21:42:42 +01:00
minify.lua Create minify.lua 2022-12-21 11:41:34 +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.