diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2021-02-04 19:06:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 13:06:04 -0500 |
commit | 3267ace0fd58bad064c54f1a4141c12d06080c27 (patch) | |
tree | 92d08e8a2809901584608a9c8c71d89e8dc27d5f /items | |
parent | 7fc78efdecd7064daace8dc6641af1532463655d (diff) | |
download | NotEnoughUpdates-REPO-3267ace0fd58bad064c54f1a4141c12d06080c27.tar.gz NotEnoughUpdates-REPO-3267ace0fd58bad064c54f1a4141c12d06080c27.tar.bz2 NotEnoughUpdates-REPO-3267ace0fd58bad064c54f1a4141c12d06080c27.zip |
Added recipe for Mystical soup (#383)
* Added recipe
* Actually added recipe for Mystical soup
* Added back Wiki Info
* Added Back craft text
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items')
-rw-r--r-- | items/SUPER_MAGIC_MUSHROOM_SOUP.json | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/items/SUPER_MAGIC_MUSHROOM_SOUP.json b/items/SUPER_MAGIC_MUSHROOM_SOUP.json index 6b132b86..e5a7a3ca 100644 --- a/items/SUPER_MAGIC_MUSHROOM_SOUP.json +++ b/items/SUPER_MAGIC_MUSHROOM_SOUP.json @@ -1,11 +1,8 @@ { - "internalname": "SUPER_MAGIC_MUSHROOM_SOUP", "itemid": "minecraft:mushroom_stew", "displayname": "§9Mystical Mushroom Soup", - "clickcommand": "", - "damage": 0, "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Mushroom Soup on\",1:\"§7your private island allows the\",2:\"§7player to fly for §a200\",3:\"§aminutes§7. Leaving the private\",4:\"§7island will pause the effect!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Mystical Mushroom Soup\"},ExtraAttributes:{id:\"SUPER_MAGIC_MUSHROOM_SOUP\"}}", - "modver": "1.5-REL", + "damage": 0, "lore": [ "§7Consuming this Mushroom Soup on", "§7your private island allows the", @@ -15,9 +12,23 @@ "", "§9§lRARE" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GLOWSTONE_DUST:1", + "A3": "", + "B1": "ENCHANTED_RED_MUSHROOM:1", + "B2": "ENCHANTED_BROWN_MUSHROOM:1", + "B3": "ENCHANTED_REDSTONE:1", + "C1": "", + "C2": "BOWL:1", + "C3": "" + }, + "internalname": "SUPER_MAGIC_MUSHROOM_SOUP", + "clickcommand": "viewrecipe", "crafttext": "Requires: Mushroom VII", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mystical_Mushroom_Soup" ] -}
\ No newline at end of file +} |