minecraft-cc-tools/README.md
2024-05-19 22:07:40 +02:00

36 lines
423 B
Markdown

# minecraft-cc-tools
Some tools for cc:tweaked minecraft mod (aka computercraft)
## Installation
### Step 1
Download the install script:
```
wget https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/raw/branch/master/install.lua
```
### Step 2
Run the install script:
```
install
```
## Upgrade to a new version
```
upgrade
```
## Reset to the default configuration
```
rm config
rm startup.lua
upgrade
```