diff options
Diffstat (limited to 'items/HUNTER_KNIFE.json')
-rw-r--r-- | items/HUNTER_KNIFE.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/items/HUNTER_KNIFE.json b/items/HUNTER_KNIFE.json index 66c19359..a2e8aa0a 100644 --- a/items/HUNTER_KNIFE.json +++ b/items/HUNTER_KNIFE.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 0, "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"\",2:\"§7Speed: §a+40\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§a§lUNCOMMON SWORD\"],Name:\"§aHunter Knife\"},ExtraAttributes:{id:\"HUNTER_KNIFE\"}}", - "modver": "1.0.0", + "modver": "2.1.0-REL", "lore": [ "§7Damage: §c+50", "", @@ -16,6 +16,14 @@ ], "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Hunter_Knife" + "https://hypixel-skyblock.fandom.com/wiki/Hunter_Knife", + "https://wiki.hypixel.net/Hunter_Knife" + ], + "recipes": [ + { + "type": "trade", + "cost": "ENCHANTED_EMERALD:10", + "result": "HUNTER_KNIFE" + } ] -} +}
\ No newline at end of file |