mirror of
https://github.com/Kiritow/OpenComputerScripts.git
synced 2024-03-22 13:10:46 +08:00
37 lines
1.4 KiB
Markdown
37 lines
1.4 KiB
Markdown
# OpenComputerScripts
|
|
Just some pieces of scripts for OpenComputers
|
|
|
|
[中文版本](README_zhCN.md)
|
|
|
|
## 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](DOC_Grab.md)
|
|
|
|
## About OpenComputers
|
|
|
|
[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](https://github.com/MightyPirates/OpenComputers/issues/new) if you find something wrong. Also you can join the [IRC](https://webchat.esper.net/) (Channel #oc) or [Discord](https://discord.gg/bYqKv7h) and talk to them directly~!
|
|
|
|
Also view it on [Minecraft CurseForge](https://minecraft.curseforge.com/projects/opencomputers) too
|
|
|
|
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:
|
|
|
|
[OpenComputers Official documentation](https://ocdoc.cil.li/)
|
|
|
|
[Computronics Official Wiki](https://wiki.vexatos.com/wiki:computronics)
|