Some pieces of scripts for OpenComputers
Go to file
Kirigaya Kazuto f400610acf Add noserver station program 2019-11-10 16:42:01 +08:00
bin fix typo 2019-01-08 10:16:21 +08:00
libs fix user-defined event translator in libevent 2019-11-10 13:18:44 +08:00
programs Add noserver station program 2019-11-10 16:42:01 +08:00
.gitignore small update 2018-12-03 20:20:19 +08:00
DOC_Grab.md Update documents 2019-01-18 00:07:08 +08:00
DOC_Grab_zhCN.md Update documents 2019-01-18 00:07:08 +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 documents 2019-01-18 00:07:08 +08:00
README_zhCN.md Update documents 2019-01-18 00:07:08 +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
giant_storage.lua Add giant storage 2018-02-13 11:59:38 +08:00
grab.lua Grab v2.5.1.2-alpha 2019-03-13 00:52:20 +08:00
grab_installer.lua Grab v2.4.10.13-alpha 2019-01-17 20:13:53 +08:00
grab_pastebin_webinstall.lua Add Pastebin Web Installers 2019-01-14 18:56:45 +08:00
grab_pastebin_webinstall_cn.lua Add Pastebin Web Installers 2019-01-14 18:56:45 +08:00
libhuffman.lua Add huffman library 2018-12-04 13:58:57 +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 noserver station program 2019-11-10 16:42:01 +08:00
programs.info.example Grab 2.4.8 2019-01-07 19:47:10 +08:00
programs_zhCN.info.example Update documentation 2018-12-03 17:50:14 +08:00
prtsc.lua prtsc now will try copying to clipboard 2018-12-31 14:09:11 +08:00
shrink.lua Shrink library update 2018-11-30 03:13:56 +08:00
shrinkfsm.lua add shrinkfsm: better shrink 2019-01-14 14:41:04 +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

中文版本

Quick Setup

Run the following command to download Grab package manager:

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

or (from mirror site):

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

Then start it with:

grab

For more information about Grab, run grab --help (recommended) or see Grab Documentation

About 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. Also you can join the IRC (Channel #oc) or Discord and talk to them directly~!

Also view it on Minecraft CurseForge too

This repo also uses Computronics and OpenSecurity (Document links)

Other useful links:

OpenComputers Official documentation

Computronics Official Wiki