diff options
Diffstat (limited to 'items/GRIFFIN_UPGRADE_STONE_RARE.json')
-rw-r--r-- | items/GRIFFIN_UPGRADE_STONE_RARE.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/items/GRIFFIN_UPGRADE_STONE_RARE.json b/items/GRIFFIN_UPGRADE_STONE_RARE.json index e37854f9..2b086548 100644 --- a/items/GRIFFIN_UPGRADE_STONE_RARE.json +++ b/items/GRIFFIN_UPGRADE_STONE_RARE.json @@ -16,9 +16,23 @@ "", "§9§lRARE" ], + "recipe": { + "A1": "GRIFFIN_FEATHER:4", + "A2": "ENCHNATED_GOLD_BLOCK:2", + "A3": "GRIFFIN_FEATHER:4", + "B1": "ANCIENT_CLAW:32", + "B2": "GRIFFIN_UPGRADE_STONE_UNCOMMON:1", + "B3": "ANCIENT_CLAW:32", + "C1": "GRIFFIN_FEATHER:4", + "C2": "ENCHNATED_GOLD_BLOCK:2", + "C3": "GRIFFIN_FEATHER:4" + }, "internalname": "GRIFFIN_UPGRADE_STONE_RARE", "crafttext": "", "clickcommand": "viewrecipe", "modver": "1.3-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info":[ + "https://hypixel-skyblock.fandom.com/wiki/Griffin_Upgrade_Stone" + ] }
\ No newline at end of file |