diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-05-03 12:22:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 10:22:34 +0000 |
commit | 0ea23c71191acd73fdf03cc37a81fa78c36a4893 (patch) | |
tree | 5adfe2c1a6d67e7308f7c04860168b3dabed4f6b /items/GLOWSTONE_GAUNTLET.json | |
parent | a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (diff) | |
download | NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.gz NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.bz2 NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.zip |
Bunch of fixes and other stuff (#732)
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 |