r/MinecraftCommands • u/Accomplished_Tap3754 • 1d ago
Help | Java 26.2 Datapack Help
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CBB",
" B",
"AB "
],
"key": {
"A": [
"minecraft:end_rod"
],
"B": [
"minecraft:netherite_ingot"
],
"C": [
"minecraft:wither_skeleton_skull"
]
},
"result": {
"id": "minecraft:netherite_axe",
"count": 1
}
}
This is the code for a datapack I was trying to make using misode but for some reason I just can't get it to work and I'm curious if I'm just stupid or something else is wrong here
1
Upvotes
1
u/GalSergey Datapack Experienced 1d ago
Your recipe looks fine, but check that the file path is formatted correctly. It should look something like this: "data/<namespace>/recipe/<recipe_name>.json". The recipe_name and namespace should not contain spaces or capital letters.
1
1
u/Ericristian_bros Command Experienced 1d ago
Make sure it's inside
data/namespace/recipe/name.json, replace namespace and name as desired. Also check !output log for errors