2018-03-10 02:58:18 +08:00
|
|
|
|
# OpenComputerScripts
|
|
|
|
|
|
|
|
|
|
各种各样关于OC的代码
|
|
|
|
|
|
|
|
|
|
**在使用本仓库代码的过程中遇到技术性问题,可通过提交Issue或QQ(1362050620)反馈.**
|
|
|
|
|
|
|
|
|
|
[开放式电脑 OpenComputers](https://github.com/MightyPirates/OpenComputers) (以下简称OC)是MC的一个非常棒的mod.
|
|
|
|
|
|
|
|
|
|
开发者十分友好,社区非常和谐. 有问题可以直接提issue或者去irc和discord服务器上面对面交流(注意时差,主要开发人员当地半夜都不在线)
|
|
|
|
|
|
|
|
|
|
[在MC百科上查看OC](http://www.mcmod.cn/class/389.html)
|
|
|
|
|
|
|
|
|
|
[在Curseforge上查看OC](https://minecraft.curseforge.com/projects/opencomputers)
|
|
|
|
|
|
|
|
|
|
本仓库中代码还使用到了[Computronics](https://github.com/asiekierka/Computronics/tree/master/src/main/resources/assets/computronics/doc/opencomputers/computronics/en_US)和[OpenSecurity](https://github.com/PC-Logix/OpenSecurity/wiki).
|
|
|
|
|
|
|
|
|
|
一些可能有用的链接:
|
|
|
|
|
|
|
|
|
|
[Computronics官网](https://wiki.vexatos.com/wiki:computronics)
|
|
|
|
|
|
|
|
|
|
## 快速使用
|
|
|
|
|
|
2018-11-17 17:50:01 +08:00
|
|
|
|
使用以下命令下载 脚本安装器:
|
|
|
|
|
|
|
|
|
|
`wget https://raw.githubusercontent.com/Kiritow/OpenComputerScripts/master/grab.lua`
|
|
|
|
|
|
|
|
|
|
或者 (国内镜像)
|
|
|
|
|
|
|
|
|
|
`wget http://kiritow.com:3000/Kiritow/OpenComputerScripts/raw/master/grab.lua`
|
|
|
|
|
|
|
|
|
|
使用以下命令启动 脚本安装器:
|
|
|
|
|
|
|
|
|
|
`grab`
|
|
|
|
|
|
|
|
|
|
或者 (将安装一些基础库)
|
|
|
|
|
|
|
|
|
|
`grab --setup`
|