minecraft-cc-tools/README.md

39 lines
455 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 data
rm startup.lua
rm .minerstate
rm .robotstate
upgrade
```