2017-10-28 23:31:58 +08:00
# OpenComputerScripts
Just some pieces of scripts for OpenComputers
2018-01-07 14:46:02 +08:00
2018-03-10 02:58:18 +08:00
[中文版本 ](README_zhCN.md )
2018-01-07 14:46:02 +08:00
[OpenComputers ](https://github.com/MightyPirates/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 ](https://minecraft.curseforge.com/projects/opencomputers ) too
2018-01-15 15:45:03 +08:00
This repo also uses [Computronics ](https://github.com/asiekierka/Computronics/tree/master/src/main/resources/assets/computronics/doc/opencomputers/computronics/en_US ) and [OpenSecurity ](https://github.com/PC-Logix/OpenSecurity/wiki ) (Document links)
Other useful links:
[Computronics Official Wiki ](https://wiki.vexatos.com/wiki:computronics )
2018-03-06 17:05:55 +08:00
## Quick Setup
2018-11-17 17:50:01 +08:00
Run the following command to download Script Installer:
2018-03-06 17:05:55 +08:00
2018-11-17 17:50:01 +08:00
`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`
2018-12-03 16:58:54 +08:00
2019-01-12 02:34:42 +08:00
For more information about Grab, run `grab --help` (recommended) or see [Grab Documentation ](DOC_Grab.md )