diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-05 13:04:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 12:04:59 +0000 |
commit | 9d05997f73e8a2f89343a6ca2be8e0724cab5f61 (patch) | |
tree | 1b5a5dd72271af40eebe723a2234dfb37b9d3632 /items/MUSHROOM_HELMET.json | |
parent | 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e (diff) | |
download | NotEnoughUpdates-REPO-9d05997f73e8a2f89343a6ca2be8e0724cab5f61.tar.gz NotEnoughUpdates-REPO-9d05997f73e8a2f89343a6ca2be8e0724cab5f61.tar.bz2 NotEnoughUpdates-REPO-9d05997f73e8a2f89343a6ca2be8e0724cab5f61.zip |
Added new elephant skins and fixed lore of mushroom armor (#1082)
Diffstat (limited to 'items/MUSHROOM_HELMET.json')
-rw-r--r-- | items/MUSHROOM_HELMET.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/items/MUSHROOM_HELMET.json b/items/MUSHROOM_HELMET.json index 98716e38..f5d6bffb 100644 --- a/items/MUSHROOM_HELMET.json +++ b/items/MUSHROOM_HELMET.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§fMushroom Helmet", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"\",2:\"§eFull Set Bonus: Night Affinity\",3:\"§7Grants the wearer with\",4:\"§7§apermanent Night Vision§7 while\",5:\"§7worn, and during the night, the\",6:\"§7stats of the armor pieces are\",7:\"§7§atripled§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HELMET\"],color:16711680,Name:\"§fMushroom Helmet\"},ExtraAttributes:{color:\"255:0:0\",id:\"MUSHROOM_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"\",2:\"§6Full Set Bonus: Night Affinity §7(0/4)\",3:\"§7Grants the wearer permanent §aNight\",4:\"§aVision§7 while worn. During the night,\",5:\"§7the stats of the armor pieces are\",6:\"§7§atripled§7.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aFarming Skill 7§c.\",10:\"§f§lCOMMON HELMET\"],color:16711680,Name:\"§fMushroom Helmet\"},ExtraAttributes:{id:\"MUSHROOM_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+20", "", - "§eFull Set Bonus: Night Affinity", - "§7Grants the wearer with", - "§7§apermanent Night Vision§7 while", - "§7worn, and during the night, the", - "§7stats of the armor pieces are", + "§6Full Set Bonus: Night Affinity §7(0/4)", + "§7Grants the wearer permanent §aNight", + "§aVision§7 while worn. During the night,", + "§7the stats of the armor pieces are", "§7§atripled§7.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFarming Skill 7§c.", "§f§lCOMMON HELMET" ], "recipe": { @@ -29,7 +29,7 @@ }, "internalname": "MUSHROOM_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mushroom_Armor", |