From 1653ece6a5ab856c6c9cc6a5f01c0ca39e6e3e84 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 18 Sep 2022 21:46:09 +0200 Subject: [PATCH] Added a recipe to smelt burned juice into coal --- .../data/unicopia/recipes/burned_juice_to_coal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/resources/data/unicopia/recipes/burned_juice_to_coal.json diff --git a/src/main/resources/data/unicopia/recipes/burned_juice_to_coal.json b/src/main/resources/data/unicopia/recipes/burned_juice_to_coal.json new file mode 100644 index 00000000..52f8062a --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/burned_juice_to_coal.json @@ -0,0 +1,9 @@ +{ + "type": "smelting", + "ingredient": { + "item": "unicopia:burned_juice" + }, + "result": "minecraft:coal", + "experience": 1, + "cookingtime": 20 +} \ No newline at end of file