From b2fcfc2be347c73af0dc2a03ddb9222c03a86059 Mon Sep 17 00:00:00 2001 From: Hell13Cat <46496367+Hell13Cat@users.noreply.github.com> Date: Mon, 24 Jan 2022 00:11:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=86=D0=B5=D0=BF=D1=82=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=80=D0=BE=D1=85=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/gunpowder.json | 33 +++++++++++++++++++++++++++++++++ recipes/string_to_cobweb.json | 6 +++--- 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 recipes/gunpowder.json diff --git a/recipes/gunpowder.json b/recipes/gunpowder.json new file mode 100644 index 0000000..b644633 --- /dev/null +++ b/recipes/gunpowder.json @@ -0,0 +1,33 @@ +{ + "format_version": "1.12", + "minecraft:recipe_shaped": { + "description": { + "identifier": "minecraft:gunpowder" + }, + + + "tags": [ "crafting_table" ], + "pattern": [ + " . ", + "#X#", + " " + ], + "key": { + ".": { + "item": "minecraft:coal", + "data": 0 + }, + "#": { + "item": "minecraft:sugar" + }, + "X": { + "item": "minecraft:dye", + "data": 15 + } + }, + "result": { + "item": "minecraft:gunpowder", + "count": 3 + } + } +} diff --git a/recipes/string_to_cobweb.json b/recipes/string_to_cobweb.json index 69bbc0b..a7f7bc1 100644 --- a/recipes/string_to_cobweb.json +++ b/recipes/string_to_cobweb.json @@ -8,9 +8,9 @@ "tags": [ "crafting_table" ], "pattern": [ - "# #", - " # ", - "# #" + "###", + "###", + "###" ], "key": { "#": {