Skip to content

Commit 37b2a03

Browse files
committed
Add OrangeBox
Closes tomodachi94#17
1 parent 40cf31f commit 37b2a03

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/spellcheck/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ GuiH
8787
IsometriH
8888
OpusOS
8989
VeriCode
90+
OrangeBox
9091
AIFF
9192
DFPWM
9293
austream

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,34 @@ If you want to contribute, see [CONTRIBUTING.md](./CONTRIBUTING.md).
1212

1313
## Contents
1414
<!-- TOC -->
15-
- [Mods](#mods)
15+
- [Awesome ComputerCraft ](#awesome-computercraft-)
16+
- [Contents](#contents)
17+
- [Mods](#mods)
1618
- [ComputerCraft mods](#computercraft-mods)
1719
- [Add-on mods](#add-on-mods)
1820
- [Resource packs](#resource-packs)
19-
- [Lua programs](#lua-programs)
21+
- [Lua programs](#lua-programs)
2022
- [Utility](#utility)
2123
- [Library](#library)
2224
- [Fun](#fun)
2325
- [Operating systems](#operating-systems)
2426
- [Economy](#economy)
2527
- [Mod-specific programs](#mod-specific-programs)
26-
- [Non-Lua programs](#non-lua-programs)
28+
- [Non-Lua programs](#non-lua-programs)
2729
- [Bridging](#bridging)
2830
- [Emulators](#emulators)
2931
- [Plugins](#plugins)
3032
- [Tools](#tools)
3133
- [Economy](#economy-1)
32-
- [Literature](#literature)
34+
- [Literature](#literature)
3335
- [Essays](#essays)
3436
- [Tutorials](#tutorials)
37+
- [Basics](#basics)
38+
- [Moderate or advanced](#moderate-or-advanced)
3539
- [Charts and tables](#charts-and-tables)
3640
- [Other lists](#other-lists)
37-
- [Resources](#resources)
41+
- [Resources](#resources)
42+
- [Footnotes](#footnotes)
3843
<!-- /TOC -->
3944

4045

@@ -68,6 +73,7 @@ If you want to contribute, see [CONTRIBUTING.md](./CONTRIBUTING.md).
6873
- [Mildly Better Shell (MBS)](https://github.com/SquidDev-CC/mbs) - An improved shell that includes scrollback and improved resolution of completions.
6974
- [ModemShark](https://gist.github.com/MCJack123/56ca71555d9c0f78d4c985f1e9ad28e8) - Modem packet sniffer with a simple UI.
7075
- [netshell](https://github.com/lyqyd/cc-netshell) - Access a computer's shell from another computer.
76+
- [OrangeBox](https://github.com/walksanatora/orangebox) - Virtualization support for ComputerCraft computers.
7177
- [rawshell](https://gist.github.com/MCJack123/8c8861e5e3082d2bed18d07641b5b2cc) - A modern alternative to netshell supporting CraftOS-PC's "raw mode" format, with file transfers, encryption, passwords, WebSockets, and more.
7278
- [unicornpkg](https://unicornpkg.madefor.cc) - Modern package management that doesn't suck.
7379
- [FSEncrypt](https://gist.github.com/MCJack123/32c56917dc61da336ec0e8ca6aae39f8) - Transparent filesystem encryption.

0 commit comments

Comments
 (0)