diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/GLACITE_HELMET.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/GLACITE_HELMET.json')
-rw-r--r-- | items/GLACITE_HELMET.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/GLACITE_HELMET.json b/items/GLACITE_HELMET.json index 9b144dfd..fa724026 100644 --- a/items/GLACITE_HELMET.json +++ b/items/GLACITE_HELMET.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:packed_ice", "displayname": "§f§f§5Glacite Helmet", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC HELMET\"],Name:\"§f§f§5Glacite Helmet\"},ExtraAttributes:{id:\"GLACITE_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC HELMET\"],Name:\"§f§f§5Glacite Helmet\"},ExtraAttributes:{id:\"GLACITE_HELMET\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+140", "§7Speed: §a+10", + "§7True Defense: §a+10", "§7Mining Speed: §a+10", "", "§6Full Set Bonus: Expert Miner", @@ -21,7 +22,7 @@ "internalname": "GLACITE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" |