diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-30 19:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 18:22:51 +0000 |
commit | a648b1f990523956d9c5725ea537bb8ed2511f09 (patch) | |
tree | 1093f469c0a2d594711f84b1a113025a34ff4e0d /items/THE_ART_OF_WAR.json | |
parent | 0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff) | |
download | NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2 NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip |
Fixed mana ray textures (#852)
* Fixed mana ray textures
* Fixed hot stuff thingy
* Added new contrib, fixed tiger pet, added new drops, added new item
* Fixed Mythic Endermite pet
* Combinable in Anvil
* Added new lore to hollow armor, fixed parents
* Fixed Kuudra Key Lore and Obsidian Tablet
Diffstat (limited to 'items/THE_ART_OF_WAR.json')
-rw-r--r-- | items/THE_ART_OF_WAR.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/items/THE_ART_OF_WAR.json b/items/THE_ART_OF_WAR.json index bf7426ab..0f902657 100644 --- a/items/THE_ART_OF_WAR.json +++ b/items/THE_ART_OF_WAR.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:book", "displayname": "§6The Art of War", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Combine this Book in an Anvil\",1:\"§7with a weapon to gain §c+5❁\",2:\"§cStrength§7!\",3:\"\",4:\"§7§8In the midst of chaos, there\",5:\"§8is also opportunity.\",6:\"§8 - Sun Tzu\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6The Art of War\"},ExtraAttributes:{id:\"THE_ART_OF_WAR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Grants §c+5❁ Strength §7when\",3:\"§7applied to a weapon. Can only be\",4:\"§7applied to an item once.\",5:\"\",6:\"§7§8In the midst of chaos, there\",7:\"§8is also opportunity.\",8:\"§8 - Sun Tzu\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§6The Art of War\"},ExtraAttributes:{id:\"THE_ART_OF_WAR\"}}", "damage": 0, "lore": [ - "§7Combine this Book in an Anvil", - "§7with a weapon to gain §c+5❁", - "§cStrength§7!", + "§7§8Combinable in Anvil", + "", + "§7Grants §c+5❁ Strength §7when", + "§7applied to a weapon. Can only be", + "§7applied to an item once.", "", "§7§8In the midst of chaos, there", "§8is also opportunity.", |