diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-25 12:04:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 12:04:51 +1000 |
commit | d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b (patch) | |
tree | 4ebdee3ea2ffa5e1b24452b04544777ed4e833c1 /items/EMERALD_BLADE.json | |
parent | bc80482821e6f94b9e538a7717526bccd687fc33 (diff) | |
parent | dabf83251e12e4c8821b31b67c0f677ac31b3be5 (diff) | |
download | NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.gz NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.bz2 NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.zip |
Merge pull request #259 from IRONM00N/master
Fixed Auger Rod and Sponge Armor
Diffstat (limited to 'items/EMERALD_BLADE.json')
-rw-r--r-- | items/EMERALD_BLADE.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/EMERALD_BLADE.json b/items/EMERALD_BLADE.json index 03c195c8..3b7d0f40 100644 --- a/items/EMERALD_BLADE.json +++ b/items/EMERALD_BLADE.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:emerald", "displayname": "§5Emerald Blade", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+181.8\",1:\"\",2:\"§7A powerful blade made from pure\",3:\"§7§2Emeralds§7. This blade becomes\",4:\"§7stronger as you carry more\",5:\"§7§6coins§7 in your purse.\",6:\"\",7:\"§7Current Damage Bonus: §a51.8\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Emerald Blade\"},ExtraAttributes:{id:\"EMERALD_BLADE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"\",2:\"§7A powerful blade made from pure\",3:\"§7§2Emeralds§7. This blade becomes\",4:\"§7stronger as you carry more\",5:\"§7§6coins§7 in your purse.\",6:\"\",7:\"§7Current Damage Bonus: §a0\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Emerald Blade\"},ExtraAttributes:{id:\"EMERALD_BLADE\"}}", "damage": 0, "lore": [ - "§7Damage: §c+181.8", + "§7Damage: §c+130", "", "§7A powerful blade made from pure", "§7§2Emeralds§7. This blade becomes", "§7stronger as you carry more", "§7§6coins§7 in your purse.", "", - "§7Current Damage Bonus: §a51.8", + "§7Current Damage Bonus: §a0", "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" @@ -29,7 +29,7 @@ }, "internalname": "EMERALD_BLADE", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.1-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Emerald_Blade" |