diff options
Diffstat (limited to 'items/SILVER_FANG.json')
-rw-r--r-- | items/SILVER_FANG.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/SILVER_FANG.json b/items/SILVER_FANG.json index 25235920..cdeb2a97 100644 --- a/items/SILVER_FANG.json +++ b/items/SILVER_FANG.json @@ -1,15 +1,30 @@ { - "internalname": "SILVER_FANG", "itemid": "minecraft:ghast_tear", - "displayname": "Silver Fang", - "clickcommand": "viewrecipe", - "damage": 0, + "displayname": "§aSilver Fang", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aSilver Fang\"},ExtraAttributes:{id:\"SILVER_FANG\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7Damage: §c+100", "", "§7§8This item can be reforged!", "§a§lUNCOMMON SWORD" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_GHAST_TEAR:5", + "A3": "", + "B1": "ENCHANTED_GHAST_TEAR:5", + "B2": "ENCHANTED_GHAST_TEAR:5", + "B3": "ENCHANTED_GHAST_TEAR:5", + "C1": "", + "C2": "ENCHANTED_GHAST_TEAR:5", + "C3": "" + }, + "internalname": "SILVER_FANG", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Silver_Fang" ] }
\ No newline at end of file |