diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-10 13:36:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 22:36:00 +1100 |
commit | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (patch) | |
tree | e131d7e12d15fa092f17c96531d9e61f11a2280f /items/MENDER_HELMET.json | |
parent | a76c7bcf23c261fed9dc175b0ed943664ed8aa98 (diff) | |
download | NotEnoughUpdates-REPO-c02c2d3e9d856aed9a5d118da8f3839897cf68c3.tar.gz NotEnoughUpdates-REPO-c02c2d3e9d856aed9a5d118da8f3839897cf68c3.tar.bz2 NotEnoughUpdates-REPO-c02c2d3e9d856aed9a5d118da8f3839897cf68c3.zip |
Fixed Bank 1-4 enchantment (#839)
Diffstat (limited to 'items/MENDER_HELMET.json')
-rw-r--r-- | items/MENDER_HELMET.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/MENDER_HELMET.json b/items/MENDER_HELMET.json index 3d5a39d7..09285a94 100644 --- a/items/MENDER_HELMET.json +++ b/items/MENDER_HELMET.json @@ -4,14 +4,15 @@ "displayname": "§9Mender Helmet", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4a3fc537-0fd3-3e3a-ab1b-cc5b7ed581db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc5M2VlZjQ4NDkwNzhkZjRjY2Q0OTgwNTRjNzRlMjE3MWM3NzFmMjczMDk0NDE2NGE4ZWU3YjJkNTYzODMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d80\",1:\"§7Health: §a+80\",2:\"\",3:\"§7Any healing on other players is\",4:\"§7doubled while in Dungeons.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 35000 / 35000\",8:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Mender Helmet\"},ExtraAttributes:{id:\"MENDER_HELMET\"}}", - "modver": "2.0.0-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4a3fc537-0fd3-3e3a-ab1b-cc5b7ed581db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc5M2VlZjQ4NDkwNzhkZjRjY2Q0OTgwNTRjNzRlMjE3MWM3NzFmMjczMDk0NDE2NGE4ZWU3YjJkNTYzODMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d80\",1:\"§7Health: §a+80\",2:\"§7Mending: §a+100 §8(+419)\",3:\"\",4:\"§7Grants §a+100☄ Mending §7while\",5:\"§7in Dungeons.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 35000 / 35000\",9:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Mender Helmet\"},ExtraAttributes:{id:\"MENDER_HELMET\"}}", + "modver": "2.1.0-REL", "lore": [ "§7Gear Score: §d80", "§7Health: §a+80", + "§7Mending: §a+100 §8(+419)", "", - "§7Any healing on other players is", - "§7doubled while in Dungeons.", + "§7Grants §a+100☄ Mending §7while", + "§7in Dungeons.", "", "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", |