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
- Host: GitHub
- URL: https://github.com/destruc7i0n/crafting
- Owner: destruc7i0n
- License: mit
- Created: 2017-03-24T02:02:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T01:57:06.000Z (5 months ago)
- Last Synced: 2026-01-13T05:22:08.997Z (5 months ago)
- Topics: crafting, generator, minecraft, react
- Language: JavaScript
- Homepage: https://crafting.thedestruc7i0n.ca/
- Size: 3.4 MB
- Stars: 63
- Watchers: 6
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](https://standardjs.com)
[](https://travis-ci.org/destruc7i0n/crafting)
[](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