diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/IRON_HELMET.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/IRON_HELMET.json')
-rw-r--r-- | items/IRON_HELMET.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/IRON_HELMET.json b/items/IRON_HELMET.json index ba5efc8d..6384a589 100644 --- a/items/IRON_HELMET.json +++ b/items/IRON_HELMET.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:iron_helmet", "displayname": "§fIron Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON HELMET\"],Name:\"§fIron Helmet\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"IRON_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+12\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON HELMET\"],Name:\"§fIron Helmet\"},ExtraAttributes:{id:\"IRON_HELMET\"}}", "damage": 0, "lore": [ - "§7Defense: §a+10", + "§7Defense: §a+12", "", "§7§8This item can be reforged!", "§f§lCOMMON HELMET" @@ -23,7 +23,7 @@ "C2": "", "C3": "" }, - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "infoType": "WIKI_URL", "info": [ |