Some pieces of scripts for OpenComputers
Go to file
Kirigaya Kazuto 0c78018707 small update 2018-12-03 20:20:19 +08:00
libs Add document to libevent 2018-11-30 17:59:07 +08:00
programs Drone package update. 2018-11-30 11:18:03 +08:00
.gitignore small update 2018-12-03 20:20:19 +08:00
DOC_Grab.md Update documentation 2018-12-03 17:50:14 +08:00
DOC_Grab_zhCN.md Update documentation 2018-12-03 17:50:14 +08:00
DOC_zhCN.md Add library document 2018-03-10 03:07:02 +08:00
LICENSE Create LICENSE 2018-03-13 08:36:43 +08:00
MineSweeper.lua Update libgpu 2018-03-13 08:25:49 +08:00
README.md Update Grab 2018-12-03 16:58:54 +08:00
README_zhCN.md Update documentation 2018-12-03 17:50:14 +08:00
SignReader.lua Initial Commit 2017-10-09 22:53:37 +08:00
SystemShop.lua Update system shop 2018-02-13 13:30:02 +08:00
bundle.lua Add command line tool for bundling files. 2018-03-18 12:00:48 +08:00
downloader.lua new downloader and updater 2018-03-13 08:56:39 +08:00
fsc.lua Add file share client 2018-03-06 16:57:16 +08:00
fss.lua Add file share server (fss) 2018-03-06 16:17:27 +08:00
giant_storage.lua Add giant storage 2018-02-13 11:59:38 +08:00
grab.lua Update Grab 2018-12-03 16:58:54 +08:00
grab_installer.lua Grab v2.2.2-alpha 2018-11-24 16:16:54 +08:00
mcssh.lua Add MCSSH draft 2017-10-15 22:08:44 +08:00
mfe_monitor.lua Add mfe monitor 2018-06-23 11:03:05 +08:00
ore_sorting.lua Create ore_sorting.lua 2018-06-28 16:22:27 +08:00
programs.info Add document to libevent 2018-11-30 17:59:07 +08:00
programs.info.example Update Grab 2018-12-03 16:58:54 +08:00
programs_zhCN.info.example Update documentation 2018-12-03 17:50:14 +08:00
shrink.lua Shrink library update 2018-11-30 03:13:56 +08:00
teleport_calc.lua small update 2018-12-03 20:20:19 +08:00
train_report_watcher.lua Add Train Report Program 2018-01-15 01:47:33 +08:00

README.md

OpenComputerScripts

Just some pieces of scripts for OpenComputers

中文版本

OpenComputers is an amazing mod for Minecraft. I really love it !

And developers there are very friendly. You can submit a new issue if you find something wrong, or you can join the IRC and talk to them directly~!

Also view it on Minecraft CurseForge too

This repo also uses Computronics and OpenSecurity (Document links)

Other useful links:

Computronics Official Wiki

Quick Setup

Run the following command to download Script Installer:

wget https://raw.githubusercontent.com/Kiritow/OpenComputerScripts/master/grab.lua

or

wget http://kiritow.com:3000/Kiritow/OpenComputerScripts/raw/master/grab.lua

Then start it with:

grab

For more information about Grab, see Grab Documentation