Recipe Creator
Command
bash
/cra create <type> [recipe_id] [filename]Parameters
| Parameter | Required | Description |
|---|---|---|
type | Yes | Recipe type (e.g., vanilla_shaped) |
recipe_id | No | Custom recipe ID (if recipe_id is null, will use filename) |
filename | No | Save filename (if recipe_id is configured, the filename can be any filesystem-allowed characters) |
Examples
bash
# Create shaped recipe
/cra create vanilla_shaped
# Specify ID and filename
/cra create vanilla_shaped my_sword weapons.yml
# Create furnace recipe
/cra create vanilla_smelting_furnaceGUI Flow
Shaped Recipe
- Open GUI with a 3x3 material grid and result slot
- Place materials in the grid in the desired shape
- Place the output item in the result slot
- Optionally select a recipe book category (misc/building/redstone/equipment)
- Click the confirm button to save
Shapeless Recipe
- Place materials in any material slots
- Place the output item in the result slot
- Click confirm
Smelting Recipe
- Place the input material
- Place the output item
- Set smelting time and experience (via chat input)
- Click confirm
Smithing Recipe
- Place the base item
- Place the addition material
- Place the template
- Place the output item
- Click confirm
Save Location
Recipes are automatically saved to plugins/Craftorithm/recipes/<filename>.yml.
