diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-15 02:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 20:39:44 -0400 |
commit | f96b9092419d9fd473ae628605a48c48dec98dfb (patch) | |
tree | 5d1ed07956c25d62f22a57a91b65e3f454587bee /items/VAMPIRE_MASK.json | |
parent | 1f41028eda3e91bd88426c8defe5137dd1a0eb9c (diff) | |
download | NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.gz NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.bz2 NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.zip |
YEP - Fixing Hypixels Stupid Shit (#594)
* YEP
* Fixing Smarty Pants Enchant
* Fixing other Hypixel Shit
Diffstat (limited to 'items/VAMPIRE_MASK.json')
-rw-r--r-- | items/VAMPIRE_MASK.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/VAMPIRE_MASK.json b/items/VAMPIRE_MASK.json index f4e2977a..aa77bbd1 100644 --- a/items/VAMPIRE_MASK.json +++ b/items/VAMPIRE_MASK.json @@ -4,12 +4,12 @@ "displayname": "§9Vampire Mask", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d2463b0-fba2-3136-8211-519da8e903c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ0NDc1NmUwYjRlY2U4ZDc0NjI5NmEzZDVlMjk3ZTE0MTVmNGJhMTc2NDdmZmUyMjgzODUzODNkMTYxYTkifX19\"}]}},display:{Lore:[0:\"§7Defense: §a+111\",1:\"\",2:\"§6Item Ability: Rejuvenate\",3:\"§7While wearing, drains §a5\",4:\"§a§7health per second from all\",5:\"§7monsters within §e8 §7blocks.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§9§lRARE HELMET\"],Name:\"§9Vampire Mask\"},ExtraAttributes:{id:\"VAMPIRE_MASK\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d2463b0-fba2-3136-8211-519da8e903c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ0NDc1NmUwYjRlY2U4ZDc0NjI5NmEzZDVlMjk3ZTE0MTVmNGJhMTc2NDdmZmUyMjgzODUzODNkMTYxYTkifX19\"}]}},display:{Lore:[0:\"§7Defense: §a+111\",1:\"\",2:\"§6Ability: Rejuvenate\",3:\"§7While wearing, drains §a5\",4:\"§a§7health per second from all\",5:\"§7monsters within §e8 §7blocks.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§9§lRARE HELMET\"],Name:\"§9Vampire Mask\"},ExtraAttributes:{id:\"VAMPIRE_MASK\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Defense: §a+111", "", - "§6Item Ability: Rejuvenate", + "§6Ability: Rejuvenate", "§7While wearing, drains §a5", "§a§7health per second from all", "§7monsters within §e8 §7blocks.", @@ -20,5 +20,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Vampire_Mask" - ] + ], + "crafttext": "" }
\ No newline at end of file |