Skip to content

Add recipe template JSON files organized by type#13

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/add-subfolders-for-recipe-templates
Draft

Add recipe template JSON files organized by type#13
Copilot wants to merge 2 commits into
mainfrom
copilot/add-subfolders-for-recipe-templates

Conversation

Copilot AI commented Mar 31, 2026

Copy link
Copy Markdown

Adds starter recipe templates covering all major Minecraft recipe types, organized into subfolders by type under app/src/main/resources/recipes/.

Structure

recipes/
├── crafting/
│   ├── shaped/example.json        # stone pickaxe (grid pattern)
│   └── shapeless/example.json     # pink dye (red + white)
├── smelting/example.json          # cobblestone → stone
├── blasting/example.json          # iron ore → iron ingot
├── smoking/example.json           # raw beef → cooked beef
├── campfire_cooking/example.json  # raw beef → cooked beef
├── stonecutting/example.json      # cobblestone → slab ×2
└── smithing/example.json          # diamond sword → netherite (smithing_transform)

Each file uses a real, logical vanilla recipe as the example so the format and field semantics are self-evident. Smithing uses the 1.20+ smithing_transform type (matching the 1.20.4 dev server target).

Copilot AI linked an issue Mar 31, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add subfolders for recipe templates Add recipe template JSON files organized by type Mar 31, 2026
Copilot AI requested a review from thehale March 31, 2026 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add subfolders for recipe templates

2 participants