From 488d1c13ddafa8cd869234c3bc7d28c2e729146f Mon Sep 17 00:00:00 2001 From: TGGamesYT Date: Thu, 29 Jan 2026 12:11:56 +0100 Subject: [PATCH] Add recipe for crafting police handcuff --- .../data/szar/recipes/police_handcuff.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/main/resources/data/szar/recipes/police_handcuff.json diff --git a/src/main/resources/data/szar/recipes/police_handcuff.json b/src/main/resources/data/szar/recipes/police_handcuff.json new file mode 100644 index 0000000..00ffa80 --- /dev/null +++ b/src/main/resources/data/szar/recipes/police_handcuff.json @@ -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 + } +}