diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 20:15:00 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 20:15:00 +0200 |
commit | d01dc404326d2974db9eb0d086871f14daa2ddb9 (patch) | |
tree | 26e29a5cfcade3f3afc071777da14e0b3299eb70 /items/RIFT_TROPHY_WYLDLY_SUPREME.json | |
parent | d6527549c02397e0087898d53e6fcf63675afed2 (diff) | |
download | NotEnoughUpdates-REPO-d01dc404326d2974db9eb0d086871f14daa2ddb9.tar.gz NotEnoughUpdates-REPO-d01dc404326d2974db9eb0d086871f14daa2ddb9.tar.bz2 NotEnoughUpdates-REPO-d01dc404326d2974db9eb0d086871f14daa2ddb9.zip |
Added recipe
Diffstat (limited to 'items/RIFT_TROPHY_WYLDLY_SUPREME.json')
-rw-r--r-- | items/RIFT_TROPHY_WYLDLY_SUPREME.json | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/items/RIFT_TROPHY_WYLDLY_SUPREME.json b/items/RIFT_TROPHY_WYLDLY_SUPREME.json index f8204951..0430e461 100644 --- a/items/RIFT_TROPHY_WYLDLY_SUPREME.json +++ b/items/RIFT_TROPHY_WYLDLY_SUPREME.json @@ -1,19 +1,29 @@ { "itemid": "minecraft:leaves", "displayname": "§cSupreme Timecharm", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Bring this back to §dElise\",1:\"§dXXXIII§7, she\u0027ll know what to do\",2:\"§7with it!\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§c§lSPECIAL RIFT TIMECHARM\"],Name:\"§cSupreme Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_WYLDLY_SUPREME\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place this timecharm in the\",1:\"§7§dRift Gallery §7to secure it\",2:\"§7forever!\",3:\"\",4:\"§8§l* §8Soulbound §8§l*\",5:\"§c§lSPECIAL RIFT TIMECHARM\"],Name:\"§cSupreme Timecharm\"},ExtraAttributes:{id:\"RIFT_TROPHY_WYLDLY_SUPREME\"}}", "damage": 1, "lore": [ - "§7Bring this back to §dElise", - "§dXXXIII§7, she\u0027ll know what to do", - "§7with it!", + "§7Place this timecharm in the", + "§7§dRift Gallery §7to secure it", + "§7forever!", "", "§8§l* §8Soulbound §8§l*", "§c§lSPECIAL RIFT TIMECHARM" ], + "recipe": { + "A1": "BOTTLED_ODONATA:1", + "A2": "LIL_PAD:16", + "A3": "BOTTLED_ODONATA:1", + "B1": "DEADGEHOG_SPINE:12", + "B2": "LEECH_SUPREME_FRAGMENT:4", + "B3": "DEADGEHOG_SPINE:12", + "C1": "BOTTLED_ODONATA:1", + "C2": "LIL_PAD:16", + "C3": "BOTTLED_ODONATA:1" + }, "internalname": "RIFT_TROPHY_WYLDLY_SUPREME", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ |