37 lines
432 B
Markdown
37 lines
432 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 the whole installation
|
|
|
|
```
|
|
rm config
|
|
rm startup.lua
|
|
rm .minerstate
|
|
upgrade
|
|
```
|