From 09e8f8243c3da1044d71b2926ebba743d7096077 Mon Sep 17 00:00:00 2001 From: Sollace Date: Thu, 6 Oct 2022 23:26:08 +0200 Subject: [PATCH] Added missing cider recipe --- .../resources/data/unicopia/recipes/easy_cider.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/resources/data/unicopia/recipes/easy_cider.json diff --git a/src/main/resources/data/unicopia/recipes/easy_cider.json b/src/main/resources/data/unicopia/recipes/easy_cider.json new file mode 100644 index 00000000..9b88ce07 --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/easy_cider.json @@ -0,0 +1,10 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { "item": "unicopia:burned_juice" }, + { "item": "unicopia:mug" } + ], + "result": { + "item": "unicopia:cider" + } +} \ No newline at end of file