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

16 lines
227 B
JSON

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