From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/MITHRIL_PICKAXE.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'items/MITHRIL_PICKAXE.json') diff --git a/items/MITHRIL_PICKAXE.json b/items/MITHRIL_PICKAXE.json index 05506c36..24097ace 100644 --- a/items/MITHRIL_PICKAXE.json +++ b/items/MITHRIL_PICKAXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_pickaxe", "displayname": "§aMithril Pickaxe", - "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"§7Mining Speed: §a+280\",4:\"\",5:\"§7Gain §a+5% §2Mithril Powder\",6:\"§7when using this Pickaxe!\",7:\"\",8:\"§7Grants §a+20 §6⸕ Mining Speed\",9:\"§6§7when mining Mithril Ore§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 2§c.\",14:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+40\",3:\"§7Mining Speed: §a+280\",4:\"\",5:\"§7Gain §a+5% §2Mithril Powder\",6:\"§7when using this Pickaxe!\",7:\"\",8:\"§7Grants §a+20 §6⸕ Mining Speed\",9:\"§6§7when mining Mithril Ore§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 2§c.\",13:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aMithril Pickaxe\"},ExtraAttributes:{id:\"MITHRIL_PICKAXE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -16,8 +16,7 @@ "§6§7when mining Mithril Ore§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §5Heart of the", - "§5Mountain Tier 2§c.", + "§7§4❣ §cRequires §5Heart of the Mountain Tier 2§c.", "§a§lUNCOMMON PICKAXE" ], "internalname": "MITHRIL_PICKAXE", -- cgit