diff options
author | Eejit <76887639+Eejit43@users.noreply.github.com> | 2021-09-11 15:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 15:16:58 -0400 |
commit | d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b (patch) | |
tree | c903b46c0962d15494f24c9f4b95f2a8d99ec8d2 /items/DIAMOND_CHESTPLATE.json | |
parent | 50fa5f2187e7cfed3664556bdde9509a7cdc203f (diff) | |
download | NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.gz NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.tar.bz2 NotEnoughUpdates-REPO-d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b.zip |
A couple of minor fixes (#612)
* A couple of minor fixes
Hunter Ring recipe was changed, Squid Boots stats were modified
* Whoops forgot to remove uuids and timestamps
* I left a stray comma... whoops!
* Updating Salmon Armor (New) stats
* Updating starred Last Breath crit damage
* Updated Water Hydra Head sea creature chance (yep it was reverted like Salmon Armor)
* Updating Melody's Hair name
* Removed reforge
* Tooltip fixes (extra lines)
* Updating Pioneer Pickaxe
* Updating lore of special Weaponsmith items
* Updating all vanilla armor (Leather, Iron, Chain, Gold, Diamond)
Diffstat (limited to 'items/DIAMOND_CHESTPLATE.json')
-rw-r--r-- | items/DIAMOND_CHESTPLATE.json | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/items/DIAMOND_CHESTPLATE.json b/items/DIAMOND_CHESTPLATE.json index 5b4b8ada..a91d7983 100644 --- a/items/DIAMOND_CHESTPLATE.json +++ b/items/DIAMOND_CHESTPLATE.json @@ -1,14 +1,16 @@ { "itemid": "minecraft:diamond_chestplate", - "displayname": "§fDiamond Chestplate", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Chestplate\"},ExtraAttributes:{id:\"DIAMOND_CHESTPLATE\"}}", + "displayname": "§aDiamond Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+40\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON CHESTPLATE\"],Name:\"§aDiamond Chestplate\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_CHESTPLATE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Defense: §a+40", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON CHESTPLATE" ], "internalname": "DIAMOND_CHESTPLATE", - "modver": "1.3-REL", - "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", "recipe": { "A1": "DIAMOND:1", @@ -20,5 +22,8 @@ "C1": "DIAMOND:1", "C2": "DIAMOND:1", "C3": "DIAMOND:1" - } -} + }, + "modver": "2.0.0-REL", + "vanilla": true, + "infoType": "" +}
\ No newline at end of file |