mirror of
https://github.com/Kiritow/OpenComputerScripts.git
synced 2024-03-22 13:10:46 +08:00
Some pieces of scripts for OpenComputers
Kiritow
ec6052efeb
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. |
||
---|---|---|
bin | ||
libs | ||
programs | ||
.gitignore | ||
bundle.lua | ||
DOC_Grab_zhCN.md | ||
DOC_Grab.md | ||
downloader.lua | ||
giant_storage.lua | ||
grab_installer.lua | ||
grab_pastebin_webinstall_cn.lua | ||
grab_pastebin_webinstall.lua | ||
grab.lua | ||
libhuffman.lua | ||
LICENSE | ||
mcssh.lua | ||
mfe_monitor.lua | ||
MineSweeper.lua | ||
ore_sorting.lua | ||
programs_zhCN.info.example | ||
programs.info | ||
programs.info.example | ||
prtsc.lua | ||
README_zhCN.md | ||
README.md | ||
shrink.lua | ||
shrinkfsm.lua | ||
SignReader.lua | ||
SystemShop.lua | ||
teleport_calc.lua | ||
train_report_watcher.lua |
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:
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