mirror of
https://github.com/destruc7i0n/crafting.git
synced 2026-05-14 04:44:23 +00:00
Website for generating Minecraft crafting recipe JSON files
https://crafting.thedestruc7i0n.ca/
- TypeScript 98.2%
- CSS 1.8%
| .github | ||
| .husky | ||
| .vscode | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| LICENSE | ||
| lint-staged.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| wrangler.toml | ||
Crafting Generator
Generate JSON recipes for Minecraft Java and Bedrock with a drag and drop interface.
Features
- Drag and drop recipe editor
- Optimized for mobile devices
- Java (
1.12+) and Bedrock support - Crafting, furnace, stonecutter, and smithing recipe generation
- Custom items and tag editing
- Export as JSON, Java datapack, or Bedrock behavior pack
Building
Install dependencies and build:
pnpm install
pnpm run build
You'll find the built assets in the dist/ folder.
Testing
Run tests:
pnpm run test
Contribute
Contributions are welcome.
Acknowledgements
- misode/mcmeta - processed vanilla data
- GeyserMC/mappings - Java to Bedrock item mappings
Licence
MIT