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

https://github.com/microeinstein/computercraftexe

Various scripts for ComputerCraft 1.75
https://github.com/microeinstein/computercraftexe

automated computercraft crafting minecraft recipes scripts

Last synced: 9 months ago
JSON representation

Various scripts for ComputerCraft 1.75

Awesome Lists containing this project

README

          

# ComputerCraftExe
Various scripts for ComputerCraft 1.75

## Maker
Allows to make recipes on computers and turtles.

Requirements:
* STD
* Forms
* STDTurtle (optional)

Usage:
`maker [-h] recipe`
* `-h`: Show help
* `recipe`: Recipe path

Demonstration

![Maker demo gif](http://i.imgur.com/IzieyNZ.gif)


## Craft
Automatically craft items using recipes made with Maker.

Requirements:
* STD
* STDTurtle

Usage:
`craft recipeFolder finalRecipe amount [-t] [-s]`
* `recipeFolder`: Folder path that contains all the recipes
* `finalRecipe`: Recipe file (not path) contained in the recipe folder that will be crafted
* `amount`: How many items to craft
* `-t`: Only shows requirements combinations
* `-s`: Scan bottom chest without move items up and down

Demonstration

![Craft demo gif](http://i.imgur.com/d1HN9x1.gif)