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

https://github.com/destruc7i0n/crafting

Website for generating Minecraft crafting recipe JSON files
https://github.com/destruc7i0n/crafting

crafting generator minecraft react

Last synced: 5 months ago
JSON representation

Website for generating Minecraft crafting recipe JSON files

Awesome Lists containing this project

README

          

# Crafting Generator
This is a generator for the new Minecraft recipes, that are [coming soon](https://twitter.com/Dinnerbone/status/856505341479145472).

[![Issue Stats](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Travis](https://img.shields.io/travis/destruc7i0n/crafting.svg)](https://travis-ci.org/destruc7i0n/crafting)

[![Preview](http://i.thedestruc7i0n.ca/ctcMwh.png)](https://crafting.thedestruc7i0n.ca)

## Live Demo
There's an online demo for this [here](https://crafting.thedestruc7i0n.ca).

## Features
- Simple drag and drop interface
- Search bar for searching items
- Button to easily download the crafting recipe output
- Options
- Allow for shapeless output
- Ensure that the recipe should be placed exactly where place in grid
- Set output recipe
- Set the group for the recipe

## Building
To build this, get yarn (or npm) and run these commands:
```sh
yarn
yarn run build
```
You'll find the built assets in the `build/` folder.

## Testing
To run the tests included, run:
```sh
yarn run test
```

## Contribute
I am very happy for any input and potential contributions for this project.
Please ensure that the code meets the [standard](https://standardjs.com) code style.

## Licence
MIT