diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 15:00:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 15:00:29 +0100 |
commit | ce2a8e23753746323446021155538d68c2f78d05 (patch) | |
tree | dd2029681382d7c297f90fa52a1105eccde67659 /items/DIAMOND_SWORD.json | |
parent | 38c5377d6c083b24c96c919388cad2fd8c8f43e4 (diff) | |
download | NotEnoughUpdates-REPO-ce2a8e23753746323446021155538d68c2f78d05.tar.gz NotEnoughUpdates-REPO-ce2a8e23753746323446021155538d68c2f78d05.tar.bz2 NotEnoughUpdates-REPO-ce2a8e23753746323446021155538d68c2f78d05.zip |
Diamond armor fix
Fixed diamond armor being common rarity
Diffstat (limited to 'items/DIAMOND_SWORD.json')
-rw-r--r-- | items/DIAMOND_SWORD.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/items/DIAMOND_SWORD.json b/items/DIAMOND_SWORD.json index 864b4c79..c07b2154 100644 --- a/items/DIAMOND_SWORD.json +++ b/items/DIAMOND_SWORD.json @@ -1,16 +1,21 @@ { "itemid": "minecraft:diamond_sword", - "displayname": "§fDiamond Sword", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Sword\"},ExtraAttributes:{id:\"DIAMOND_SWORD\"}}", + "displayname": "§aDiamond Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aDiamond Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_SWORD\",uuid:\"0f44920f-6ad3-4c5f-8be8-c46c15af6fb5\",timestamp:\"10/28/20 10:29 AM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+35", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON SWORD" ], "internalname": "DIAMOND_SWORD", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", - "recipe": { + "modver": "1.4-REL", + "infoType": "", + "recipe": { "A1": "DIAMOND:1", "A2": "", "A3": "", |