0
0
Fork 0
mirror of https://github.com/destruc7i0n/crafting.git synced 2026-05-14 12:54:23 +00:00
Website for generating Minecraft crafting recipe JSON files https://crafting.thedestruc7i0n.ca/
  • TypeScript 98.2%
  • CSS 1.8%
Find a file
2026-05-13 11:56:29 -04:00
.github bump pnpm to 11 2026-05-13 11:56:29 -04:00
.husky Next (#37) 2026-04-15 11:49:15 -07:00
.vscode Next (#37) 2026-04-15 11:49:15 -07:00
public standardize colors 2026-05-12 23:39:44 -04:00
scripts brewing stand surface 2026-05-11 00:56:42 -04:00
src standardize colors 2026-05-12 23:39:44 -04:00
.gitignore commit generated data 2026-04-29 15:45:17 -07:00
.oxfmtrc.json commit generated data 2026-04-29 15:45:17 -07:00
.oxlintrc.json recipes list (#44) 2026-04-28 15:20:06 -07:00
LICENSE Update readme to include more info and add license 2017-05-10 17:31:59 -04:00
lint-staged.config.js Next (#37) 2026-04-15 11:49:15 -07:00
package.json bump packages + cleanup 2026-05-12 00:16:39 -04:00
pnpm-lock.yaml bump packages + cleanup 2026-05-12 00:16:39 -04:00
README.md Next (#37) 2026-04-15 11:49:15 -07:00
tsconfig.json Next (#37) 2026-04-15 11:49:15 -07:00
tsconfig.node.json improve seo tags 2026-04-24 17:17:37 -07:00
vite.config.ts update recipes page title 2026-05-02 12:10:19 -07:00
wrangler.toml recipes list (#44) 2026-04-28 15:20:06 -07:00

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

Licence

MIT