Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"
```