Files
minecraft-assets/data/minecraft/recipe/stone_hoe.json
2024-06-12 18:31:22 +02:00

21 lines
313 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"pattern": [
"XX",
" #",
" #"
],
"result": {
"count": 1,
"id": "minecraft:stone_hoe"
}
}