diff options
Diffstat (limited to 'items/GLOWSTONE_GAUNTLET.json')
-rw-r--r-- | items/GLOWSTONE_GAUNTLET.json | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/items/GLOWSTONE_GAUNTLET.json b/items/GLOWSTONE_GAUNTLET.json index 222c8c3c..4792b141 100644 --- a/items/GLOWSTONE_GAUNTLET.json +++ b/items/GLOWSTONE_GAUNTLET.json @@ -10,9 +10,23 @@ "§7§8This item can be reforged!", "§9§lRARE GLOVES" ], + "recipe": { + "A1": "ENCHANTED_LEATHER:1", + "A2": "ENCHANTED_LEATHER:1", + "A3": "ENCHANTED_LEATHER:1", + "B1": "ENCHANTED_GLOWSTONE_DUST:2", + "B2": "ENCHANTED_GLOWSTONE_DUST:2", + "B3": "ENCHANTED_GLOWSTONE_DUST:2", + "C1": "ENCHANTED_GLOWSTONE_DUST:2", + "C2": "ENCHANTED_GLOWSTONE_DUST:2", + "C3": "ENCHANTED_GLOWSTONE_DUST:2" + }, "internalname": "GLOWSTONE_GAUNTLET", - "crafttext": "", - "clickcommand": "", + "crafttext": "Requires: Glowstone Dust IV", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Glowstone_Gauntlet" + ] }
\ No newline at end of file |