Minecraft Data Packs / Crafting Recipe

Template for custom recipes in minecraft

  • check_circle Recipes
  • 1,187 views, 1 today
  • 106 downloads, 0 today
  • 1
  • 0
Icecats19's Avatar Icecats19
Level 21 : Expert Engineer
4
Step 1: UnZip the file
Step 2: Go inside "Template recipe" folder
Step 3: Go inside "data" folder
Step 4: Go inside "crafting" folder
Step 5: Go inside "recipes" folder
Step 6: Open "template.json" with notepad or notepad++
we have some like this:
"pattern": [
"123",
"456",
"789"
1 is item 1
2 is item 2
...
Template for custom recipes in minecraft Minecraft Data Pack
they'r numbered by ingredient slot from left to right and from top to bottom in the crafting table
put the ingredient # name replace "(ingredient # name)"
Example:
"1": {
"item": "minecraft:diamond"
},

put the result of the recipe in "(put the result of the recipe)"
Example:
"result": {
"item": "minecraft:diamond_block",
"count": 1 <------ This is how many items you will get, if you set it 2, you will get 2 diamond block
If you don't need some slot, just replace it with space
Example:
"pattern": [
" 23",
"45 ",
" 8 "
],
"key": {
"2": {
"item": "minecraft:(ingredient 2 name)"
},
"3": {
"item": "minecraft:(ingredient 3 name)"
},
"4": {
"item": "minecraft:(ingredient 4 name)"
},
"5": {
"item": "minecraft:(ingredient 5 name)"
},
"8": {
"item": "minecraft:(ingredient 8 name)"
} <---------------------------------------------remember to remove "," at the last ingredient
CompatibilityMinecraft 1.19
Tags

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome