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

17 lines
256 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
" #",
"# "
],
"result": {
"item": "minecraft:shears"
},
"show_notification": true
}