Andrew Lalis 3fdc6c01f0 | ||
---|---|---|
.github/workflows | ||
docs | ||
src | ||
LICENSE | ||
README.md | ||
icon.svg | ||
icon_256.png | ||
minify.lua | ||
tester.lua |
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:
- On pushes to
main
with changes underdocs/
, the VuePress documentation site will be rebuilt and deployed to GitHub pages. - On pushes to
main
with changes undersrc/
, all sources will be minified and an automated pull-request will be opened, to be manually merged by an administrator.