2018-03-10 02:58:18 +08:00
|
|
|
|
# OpenComputerScripts
|
|
|
|
|
|
|
|
|
|
各种各样关于OC的代码
|
|
|
|
|
|
|
|
|
|
**在使用本仓库代码的过程中遇到技术性问题,可通过提交Issue或QQ(1362050620)反馈.**
|
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
## 快速使用
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
使用以下命令下载Grab包管理器:
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
`wget https://raw.githubusercontent.com/Kiritow/OpenComputerScripts/master/grab.lua`
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
或者 (国内镜像)
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
`wget http://kiritow.com:3000/Kiritow/OpenComputerScripts/raw/master/grab.lua`
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
使用以下命令启动 脚本安装器:
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
`grab`
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
推荐使用`grab --help`查看帮助(英文),也可通过查看[Grab文档](DOC_Grab_zhCN.md)了解更多用法.
|
2018-03-10 02:58:18 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
## 关于OpenComputers模组
|
2018-11-17 17:50:01 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
[开放式电脑 OpenComputers](https://github.com/MightyPirates/OpenComputers) (以下简称OC)是MC的一个非常棒的mod.
|
2018-11-17 17:50:01 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
开发者十分友好,社区非常和谐. 有问题可以直接[提issue](https://github.com/MightyPirates/OpenComputers/issues/new)或者去[IRC](https://webchat.esper.net/)上的#oc频道,以及[Discord服务器](https://discord.gg/bYqKv7h)(好像被墙了)上面对面交流. 交流时请注意时差.
|
2018-11-17 17:50:01 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
[在MC百科上查看OC](http://www.mcmod.cn/class/389.html)
|
2018-11-17 17:50:01 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
[在Curseforge上查看OC](https://minecraft.curseforge.com/projects/opencomputers)
|
2018-11-17 17:50:01 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
本仓库中代码还使用到了[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).
|
2018-12-03 17:50:14 +08:00
|
|
|
|
|
2019-01-18 00:07:08 +08:00
|
|
|
|
一些可能有用的链接: (英文)
|
|
|
|
|
|
|
|
|
|
[OpenComputers官方Wiki](https://ocdoc.cil.li/)
|
|
|
|
|
|
|
|
|
|
[Computronics官网](https://wiki.vexatos.com/wiki:computronics)
|