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

19 lines
254 B
JSON

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