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