Some pieces of scripts for OpenComputers
Go to file
2018-03-10 10:04:09 +08:00
.gitignore Add Network draft. Format Vector 2017-10-11 22:20:32 +08:00
checkarg.lua Fix checkarg 2017-10-24 12:32:04 +08:00
class.lua Initial Commit 2017-10-09 22:53:37 +08:00
cross_3.lua Update and fix bugs in Cross 3 2017-11-04 13:04:10 +08:00
DOC_zhCN.md Add library document 2018-03-10 03:07:02 +08:00
downloader.lua update libraries 2018-02-13 11:59:23 +08:00
fsc.lua Add file share client 2018-03-06 16:57:16 +08:00
fss.lua Add file share server (fss) 2018-03-06 16:17:27 +08:00
giant_storage.lua Add giant storage 2018-02-13 11:59:38 +08:00
kgui.lua Add color support 2018-03-10 00:33:40 +08:00
libevent.lua Add fallback code for WaitEvent 2018-03-10 01:29:19 +08:00
libnetbox.lua Update libnetbox. 2018-01-07 22:29:46 +08:00
libnetwork.lua Update LibNetwork 2017-10-12 15:20:29 +08:00
mcssh.lua Add MCSSH draft 2017-10-15 22:08:44 +08:00
MineSweeper.lua Update Minesweeper. Happy game! 2018-03-10 10:04:09 +08:00
queue.lua Initial Commit 2017-10-09 22:53:37 +08:00
README_zhCN.md Add chinese document 2018-03-10 02:58:18 +08:00
README.md Add chinese document 2018-03-10 02:58:18 +08:00
SignReader.lua Initial Commit 2017-10-09 22:53:37 +08:00
station_2_3.lua Fix Station 2/3 Program 2017-10-24 14:49:46 +08:00
station_2_4_2.lua Add Station 2/4/2 program 2017-10-26 21:52:11 +08:00
station_2_4.lua update 2/4 program 2017-10-26 09:49:14 +08:00
station_2_6.lua Fix small error 2017-10-30 19:46:46 +08:00
SystemShop.lua Update system shop 2018-02-13 13:30:02 +08:00
train_report_watcher.lua Add Train Report Program 2018-01-15 01:47:33 +08:00
transport_center.lua Update libevent 2018-01-08 11:20:04 +08:00
transport_client.lua Update transport client 2018-01-08 12:01:33 +08:00
transport_repo.lua Fix libevent, add transport system. 2018-01-04 13:51:51 +08:00
update.lua update libraries 2018-02-13 11:59:23 +08:00
util.lua Add methods to get real world time 2018-03-10 02:16:49 +08:00
vector.lua Add Network draft. Format Vector 2017-10-11 22:20:32 +08:00

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:

Computronics Official Wiki

Quick Setup

Select all content of update.lua and copy to clipboard. Switch to Minecraft and open any computer. Type edit update, then paste the code (use middle button of mouse). Save (ctrl+s) and close (ctrl+w) the editor. Then use update to setup basic libraries.

Notice that update.lua needs an internet card to download files.