Files
minecraft-assets/data/minecraft/recipe/shears.json
2024-10-16 18:32:00 +02:00

15 lines
219 B
JSON

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