diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2022-06-12 21:51:53 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 12:51:53 +0000 |
commit | 879244328bbc106fe3039a595c3fb33deb971dd5 (patch) | |
tree | b786c7f52bb50914c03cfb1a1061439aa0b3297d /items/THUNDERLORD;7.json | |
parent | a9a94ea5070bf8cc120de78543a0b2ea7708c9ee (diff) | |
download | NotEnoughUpdates-REPO-879244328bbc106fe3039a595c3fb33deb971dd5.tar.gz NotEnoughUpdates-REPO-879244328bbc106fe3039a595c3fb33deb971dd5.tar.bz2 NotEnoughUpdates-REPO-879244328bbc106fe3039a595c3fb33deb971dd5.zip |
Fix inconsistent naming in Hardened Mana 8~10 (#764)
Diffstat (limited to 'items/THUNDERLORD;7.json')
-rw-r--r-- | items/THUNDERLORD;7.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/THUNDERLORD;7.json b/items/THUNDERLORD;7.json index fb96a252..9ccbdbd5 100644 --- a/items/THUNDERLORD;7.json +++ b/items/THUNDERLORD;7.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§5Thunderlord VII", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord VII\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§5Thunderlord VII\"},ExtraAttributes:{id:\"THUNDERLORD;7\",enchantments:{thunderlord:7}}}", + "displayname": "§f§5Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Thunderlord VII\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your damage.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§5Enchanted Book\"},ExtraAttributes:{id:\"THUNDERLORD;7\",enchantments:{thunderlord:7}}}", "damage": 0, "lore": [ "§9Thunderlord VII", @@ -19,4 +19,4 @@ "clickcommand": "", "modver": "2.1.0-REL", "infoType": "" -}
\ No newline at end of file +} |