From 374bf8454895afa5324a5f2ed7fccb518b270759 Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 21 Feb 2021 20:57:20 +0200 Subject: [PATCH] Add a recipe for the zap apple jam --- .../unicopia/recipes/zap_apple_jam_jar.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/data/unicopia/recipes/zap_apple_jam_jar.json diff --git a/src/main/resources/data/unicopia/recipes/zap_apple_jam_jar.json b/src/main/resources/data/unicopia/recipes/zap_apple_jam_jar.json new file mode 100644 index 00000000..abc7831d --- /dev/null +++ b/src/main/resources/data/unicopia/recipes/zap_apple_jam_jar.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "***", + "***", + " U " + ], + "key": { + "*": { + "item": "unicopia:cooked_zap_apple" + }, + "U": { + "item": "unicopia:empty_jar" + } + }, + "result": { + "item": "unicopia:zap_apple_jam_jar" + } +} \ No newline at end of file