From 74cb348bbcd7f1a0b910fe09bbcc93b97ac22863 Mon Sep 17 00:00:00 2001 From: Jay Turner Date: Fri, 17 May 2024 20:32:34 +0100 Subject: [PATCH] fix(vinery): fix glowing wine recipe in create mixing --- .../recipes/mixing/glowing_wine_mixing.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/brassburg/recipes/mixing/glowing_wine_mixing.json diff --git a/data/brassburg/recipes/mixing/glowing_wine_mixing.json b/data/brassburg/recipes/mixing/glowing_wine_mixing.json new file mode 100644 index 00000000..9231121c --- /dev/null +++ b/data/brassburg/recipes/mixing/glowing_wine_mixing.json @@ -0,0 +1,21 @@ +{ + "recipe": { + "type": "create:mixing", + "ingredients": [ + { + "tag": "vinery:grapejuice_white" + }, + { + "item": "minecraft:glow_berries" + }, + { + "item": "vinery:wine_bottle" + } + ], + "results": [ + { + "item": "vinery:glowing_wine" + } + ] + } +} \ No newline at end of file