diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SILVER_FANG.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
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 |