Ecosyste.ms: Awesome

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

https://github.com/umnikos/hopper.lua

computercraft program: move items from A to B without any hassle
https://github.com/umnikos/hopper.lua

Last synced: 3 months ago
JSON representation

computercraft program: move items from A to B without any hassle

Lists

README

        

# hopper.lua
The ffmpeg of minecraft item transportation: move items from A to B without any hassle.

## Installation

### Latest release

Run these two commands on your CC computer to fetch the code:
```
cd /
wget https://raw.githubusercontent.com/umnikos/hopper.lua/main/hopper.lua
```

### Alpha/Beta version

To get the newest bugs and features, fetch the code from the dev branch:
```
wget https://raw.githubusercontent.com/umnikos/hopper.lua/development/hopper.lua
```

## Usage

Consult [the wiki](https://github.com/umnikos/hopper.lua/wiki/Basic-usage) for a tutorial on how to get started