Files
minecraft-assets/data/minecraft/recipes/shears.json
2024-04-22 09:53:17 +02:00

17 lines
241 B
JSON

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