Simplified robot actions for Minecraft's ComputerCraft mod.
Go to file
Andrew Lalis f0a0fd5789 Fixed refuel error with nil item. 2022-12-23 08:27:45 +01:00
.github/workflows Changed to deploy full scripts to docs pages. 2022-12-22 12:32:29 +01:00
docs Updated package lock sources. 2022-12-22 13:03:12 +01:00
src Fixed refuel error with nil item. 2022-12-23 08:27:45 +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.