diff options
author | ENORMOUZ <68216143+ENORMOUZ@users.noreply.github.com> | 2021-07-22 21:57:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 09:57:24 -0400 |
commit | 1ff80b0491e038253b3cceadff317b3a19666771 (patch) | |
tree | 169b32e9530805a88f15eb6c73807a2ef7cf4bae | |
parent | 92066489fdf9a26beb020347709bac55bc91467a (diff) | |
download | NotEnoughUpdates-REPO-1ff80b0491e038253b3cceadff317b3a19666771.tar.gz NotEnoughUpdates-REPO-1ff80b0491e038253b3cceadff317b3a19666771.tar.bz2 NotEnoughUpdates-REPO-1ff80b0491e038253b3cceadff317b3a19666771.zip |
Add recipe to Soulflow (#559)
* Update SOULFLOW.json
* Update SOULFLOW.json
-rw-r--r-- | items/SOULFLOW.json | 15 |
1 files 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 +} |