From 1ff80b0491e038253b3cceadff317b3a19666771 Mon Sep 17 00:00:00 2001 From: ENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:57:24 +0800 Subject: Add recipe to Soulflow (#559) * Update SOULFLOW.json * Update SOULFLOW.json --- items/SOULFLOW.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/items/SOULFLOW.json b/items/SOULFLOW.json index d472de4b..607234e0 100644 --- a/items/SOULFLOW.json +++ b/items/SOULFLOW.json @@ -9,12 +9,23 @@ "", "§9§lRARE" ], + "recipe": { + "A1": "", + "A2": "RAW_SOULFLOW:32", + "A3": "", + "B1": "RAW_SOULFLOW:32", + "B2": "RAW_SOULFLOW:32", + "B3": "RAW_SOULFLOW:32", + "C1": "", + "C2": "RAW_SOULFLOW:32", + "C3": "" + }, "internalname": "SOULFLOW", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Soulflow" ] -} \ No newline at end of file +} -- cgit