From a648b1f990523956d9c5725ea537bb8ed2511f09 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:22:51 +0100 Subject: 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 --- items/THE_ART_OF_WAR.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'items/THE_ART_OF_WAR.json') 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.", -- cgit