
Crafting Recipe Exporter
This practical mod provides a convenient tool for quickly exporting crafting recipes from the crafting table. You can save recipes in two popular formats: standard JSON for datapacks or KubeJS scripts.
Main Features
- Export recipes directly from the crafting table interface
- Support for two output formats:
- Native JSON for use in datapacks
- KubeJS script format
- Flexible export options:
- Regular click saves the recipe to a file
- Ctrl + click combination copies the recipe to clipboard
- Automatic file saving to appropriate folders:
- JSON recipes:
gamedir/crafting_recipes/
- KubeJS scripts:
gamedir/kubejs/server_scripts/
- JSON recipes:
How to Use
- Open the mod interface with command /craftingrecipeexporter, /cre or /kubejs gui
- Select the desired export format by clicking the "JSON" or "KubeJS" button below the result slot
- Determine the saving method:
- Left click saves to file
- Holding Ctrl and clicking copies to clipboard