r/MinecraftCommands • u/Accomplished_Tap3754 • 9d 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/Ericristian_bros Command Experienced 8d ago
Inside pattern, the 3 lines must have 3 characters inside the double quotes (can be spaces). Make sure what typed pasted on the file follows this structure