Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karstenpedersen/cc
ComputerCraft scripts.
https://github.com/karstenpedersen/cc
computercraft computercraft-os computercraft-scripts computercraft-tweaked minecraft
Last synced: about 2 months ago
JSON representation
ComputerCraft scripts.
- Host: GitHub
- URL: https://github.com/karstenpedersen/cc
- Owner: karstenpedersen
- Created: 2024-04-12T15:38:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T21:07:53.000Z (9 months ago)
- Last Synced: 2024-07-30T17:50:52.369Z (5 months ago)
- Topics: computercraft, computercraft-os, computercraft-scripts, computercraft-tweaked, minecraft
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cc
Computer Craft scripts.
## Hosting
Server and client is modified versions of https://github.com/WaimateWihongi/ComputerCraft-LocalHost.
### Server
Host local files:
```bash
make host
```### Client
```
pastebin get 5YqgMWrX localhost
```Pastebin link: https://pastebin.com/5YqgMWrX.
### Enable localhost
Add the following to `computercraft-server.toml` under `[http]` to enable localhost:
```toml
[[http.rules]]
host = "127.0.0.1/8"
action = "allow"
```