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": { "#": {