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
- Host: GitHub
- URL: https://github.com/microeinstein/computercraftexe
- Owner: Microeinstein
- License: mit
- Created: 2016-12-02T22:04:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T21:53:16.000Z (over 8 years ago)
- Last Synced: 2025-03-30T04:23:04.392Z (10 months ago)
- Topics: automated, computercraft, crafting, minecraft, recipes, scripts
- Language: Lua
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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
