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/IMPLOSION_SCROLL.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'items/IMPLOSION_SCROLL.json') diff --git a/items/IMPLOSION_SCROLL.json b/items/IMPLOSION_SCROLL.json index d8bec496..860c32fe 100644 --- a/items/IMPLOSION_SCROLL.json +++ b/items/IMPLOSION_SCROLL.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:writable_book", - "displayname": "§f§f§5Implosion", - "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This scroll can be applied to a\",1:\"§7§6Necron's Blade (Unrefined)\",2:\"§6§7granting it the §6Implosion\",3:\"§6§7ability.\",4:\"\",5:\"§6Ability: Implosion §e§lRIGHT CLICK\",6:\"§7Deals §c10,000 §7damage to\",7:\"§7nearby enemies.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a10s\",10:\"\",11:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Implosion\"},ExtraAttributes:{id:\"IMPLOSION_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "displayname": "§5Implosion", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies the §6Implosion Ability\",3:\"§6§7when combined with a\",4:\"§7§6Necron\u0027s Blade (Unrefined)§7.\",5:\"\",6:\"§6Ability: Implosion §e§lRIGHT CLICK\",7:\"§7Deals §c10,000 §7damage to\",8:\"§7nearby enemies.\",9:\"§8Mana Cost: §3300\",10:\"§8Cooldown: §a10s\",11:\"\",12:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Implosion\"},ExtraAttributes:{id:\"IMPLOSION_SCROLL\"},resolved:0b}", "damage": 0, "lore": [ - "§7This scroll can be applied to a", - "§7§6Necron's Blade (Unrefined)", - "§6§7granting it the §6Implosion", - "§6§7ability.", + "§7§8Combinable in Anvil", + "", + "§7Applies the §6Implosion Ability", + "§6§7when combined with a", + "§7§6Necron\u0027s Blade (Unrefined)§7.", "", "§6Ability: Implosion §e§lRIGHT CLICK", "§7Deals §c10,000 §7damage to", -- cgit