Files
minecraft-assets/data/minecraft/recipes/shears.json
2024-02-14 17:44:28 +01:00

16 lines
227 B
JSON

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