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

19 lines
264 B
JSON

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