From 406d31faf7b9c32fbb09ee0b48f41bca227c7278 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:09:01 +0200 Subject: First part (#972) * First part * Part 2 * Part III * Part 4 * Fixed items * Fixed Pets * Fixed nbt * Fixed name * Fixed Mooshroom Cow lore * Added wiki links * Fixed shortbow lores * Fixed Fel Sword lore * Fixed drill recipe * patch notes wtf * More fixes --- items/DIAMOND_PICKAXE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/DIAMOND_PICKAXE.json') diff --git a/items/DIAMOND_PICKAXE.json b/items/DIAMOND_PICKAXE.json index e389e9c8..4b6177a2 100644 --- a/items/DIAMOND_PICKAXE.json +++ b/items/DIAMOND_PICKAXE.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:diamond_pickaxe", "displayname": "§aDiamond Pickaxe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 4\",1:\"\",2:\"§7Damage: §c+30\",3:\"§7Mining Speed: §a+230\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aDiamond Pickaxe\"},ExtraAttributes:{id:\"DIAMOND_PICKAXE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 4\",1:\"\",2:\"§7Damage: §c+30\",3:\"§7Mining Speed: §a+220\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aDiamond Pickaxe\"},ExtraAttributes:{id:\"DIAMOND_PICKAXE\"}}", "damage": 0, "lore": [ "§8Breaking Power 4", "", "§7Damage: §c+30", - "§7Mining Speed: §a+230", + "§7Mining Speed: §a+220", "", "§7§8This item can be reforged!", "§a§lUNCOMMON PICKAXE" @@ -16,7 +16,7 @@ "vanilla": true, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "recipe": { "A1": "DIAMOND:1", -- cgit