Add recipe for crafting police handcuff

This commit is contained in:
2026-01-29 12:11:56 +01:00
committed by GitHub
parent 1cf3b06f59
commit 488d1c13dd

View File

@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"i i"
],
"key": {
"#": "minecraft:iron_nugget",
"i": "minecraft:iron_ingot"
},
"result": {
"id": "szar:police_handcuff",
"count": 1
}
}