Simplified robot actions for Minecraft's ComputerCraft mod.
Go to file
Andrew Lalis 812e5a8eaf Fix buildscript. 2023-04-27 13:56:47 +02:00
.github/workflows Fix typo 2023-04-27 11:07:17 +02:00
docs added installer script to readme. 2023-04-27 12:17:07 +02:00
src Fix buildscript. 2023-04-27 13:56:47 +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 proper itemscript 2023-04-27 11:02:12 +02: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.