minecraft-assets/data/minecraft/recipes/stone_pickaxe.json

19 lines
271 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:stone_pickaxe"
}
}