aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/brewing_stand.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/brewing_stand.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/brewing_stand.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/brewing_stand.json b/minecrafttrivia/mcdata/recipes/brewing_stand.json
new file mode 100644
index 0000000..fab3806
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/brewing_stand.json
@@ -0,0 +1,18 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " B ",
+ "###"
+ ],
+ "key": {
+ "B": {
+ "item": "minecraft:blaze_rod"
+ },
+ "#": {
+ "item": "minecraft:cobblestone"
+ }
+ },
+ "result": {
+ "item": "minecraft:brewing_stand"
+ }
+} \ No newline at end of file