diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-30 11:54:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 10:54:35 +0000 |
commit | e44f888caee6ce399141999daadc29e172a46925 (patch) | |
tree | b1dd555c4c1a44d962f5e8a6a3d5166fb63e5cfe /items/SILVER_FANG.json | |
parent | 76a7cc8a5babde147f4f0f67f8cec4b2996c539f (diff) | |
download | NotEnoughUpdates-REPO-e44f888caee6ce399141999daadc29e172a46925.tar.gz NotEnoughUpdates-REPO-e44f888caee6ce399141999daadc29e172a46925.tar.bz2 NotEnoughUpdates-REPO-e44f888caee6ce399141999daadc29e172a46925.zip |
Added pot and book from the great spook event (#1022)
Also fixed Silver fang lore
Diffstat (limited to 'items/SILVER_FANG.json')
-rw-r--r-- | items/SILVER_FANG.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/SILVER_FANG.json b/items/SILVER_FANG.json index 472618c4..b94dacb3 100644 --- a/items/SILVER_FANG.json +++ b/items/SILVER_FANG.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:ghast_tear", "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\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§5§kX§5 Rift-Transferable §kX\",4:\"§a§lUNCOMMON SWORD\"],Name:\"§aSilver Fang\"},ExtraAttributes:{id:\"SILVER_FANG\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", "", "§7§8This item can be reforged!", + "§5§kX§5 Rift-Transferable §kX", "§a§lUNCOMMON SWORD" ], "recipe": { @@ -22,7 +23,7 @@ }, "internalname": "SILVER_FANG", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Silver_Fang", |