Some pieces of scripts for OpenComputers
Go to file
Kiritow ec6052efeb Grab v2.5
From this version,
we are moving package info to Grab Registry.
In the future, Grab will query Registry for packages.
Maybe package files will be still stored on Github.
By switching to Grab Registry, publishing packages with Grab
    will become much easier.
Also, Grab is trying to become modular and might separate from OCS
    in the future.
2019-01-17 23:44:06 +08:00
bin fix typo 2019-01-08 10:16:21 +08:00
libs Update libevent and fix bugs. 2019-01-11 16:58:28 +08:00
programs Add RoMaker 2019-01-14 17:31:50 +08:00
.gitignore small update 2018-12-03 20:20:19 +08:00
bundle.lua Add command line tool for bundling files. 2018-03-18 12:00:48 +08:00
DOC_Grab_zhCN.md Update document 2019-01-12 02:34:42 +08:00
DOC_Grab.md Update document 2019-01-12 02:34:42 +08:00
downloader.lua new downloader and updater 2018-03-13 08:56:39 +08:00
giant_storage.lua Add giant storage 2018-02-13 11:59:38 +08:00
grab_installer.lua Grab v2.4.10.13-alpha 2019-01-17 20:13:53 +08:00
grab_pastebin_webinstall_cn.lua Add Pastebin Web Installers 2019-01-14 18:56:45 +08:00
grab_pastebin_webinstall.lua Add Pastebin Web Installers 2019-01-14 18:56:45 +08:00
grab.lua Grab v2.5 2019-01-17 23:44:06 +08:00
libhuffman.lua Add huffman library 2018-12-04 13:58:57 +08:00
LICENSE Create LICENSE 2018-03-13 08:36:43 +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
MineSweeper.lua Update libgpu 2018-03-13 08:25:49 +08:00
ore_sorting.lua Create ore_sorting.lua 2018-06-28 16:22:27 +08:00
programs_zhCN.info.example Update documentation 2018-12-03 17:50:14 +08:00
programs.info Add RoMaker 2019-01-14 17:31:50 +08:00
programs.info.example Grab 2.4.8 2019-01-07 19:47:10 +08:00
prtsc.lua prtsc now will try copying to clipboard 2018-12-31 14:09:11 +08:00
README_zhCN.md Update document 2019-01-12 02:34:42 +08:00
README.md Update document 2019-01-12 02:34:42 +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
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
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

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, run grab --help (recommended) or see Grab Documentation