From dfddd9be66dbce11c89c0bece2f64d2392b11244 Mon Sep 17 00:00:00 2001 From: steev Date: Mon, 6 Nov 2023 10:20:32 +0100 Subject: [PATCH] added glass recipe --- .../resources/data/brewcraft/recipes/cup.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/resources/data/brewcraft/recipes/cup.json diff --git a/src/main/resources/data/brewcraft/recipes/cup.json b/src/main/resources/data/brewcraft/recipes/cup.json new file mode 100644 index 0000000..a4f5d3d --- /dev/null +++ b/src/main/resources/data/brewcraft/recipes/cup.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + " ", + "# #", + "###" + ], + "key": { + "#": { + "item": "minecraft:glass" + } + }, + "result": { + "item": "brewcraft:glass", + "count": 4 + } +} \ No newline at end of file