From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- items/ROOKIE_PICKAXE.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'items/ROOKIE_PICKAXE.json') diff --git a/items/ROOKIE_PICKAXE.json b/items/ROOKIE_PICKAXE.json index c957c620..7daf020f 100644 --- a/items/ROOKIE_PICKAXE.json +++ b/items/ROOKIE_PICKAXE.json @@ -1,10 +1,13 @@ { "itemid": "minecraft:stone_pickaxe", "displayname": "§fRookie Pickaxe", - "nbttag": "{ench:[0:{lvl:1,id:32}],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"\",2:\"§9Efficiency I\",3:\"§7Increases how quickly your tool\",4:\"§7breaks blocks.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§f§lCOMMON PICKAXE\"],Name:\"§fRookie Pickaxe\"},ExtraAttributes:{id:\"ROOKIE_PICKAXE\",enchantments:{efficiency:1}}}", + "nbttag": "{ench:[0:{lvl:1s,id:32s}],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 2\",1:\"\",2:\"§7Damage: §c+15\",3:\"§7Mining Speed: §a+150\",4:\"\",5:\"§9Efficiency I\",6:\"§7Increases how quickly your tool\",7:\"§7breaks blocks.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON PICKAXE\"],Name:\"§fRookie Pickaxe\"},ExtraAttributes:{id:\"ROOKIE_PICKAXE\",enchantments:{efficiency:1}}}", "damage": 0, "lore": [ + "§8Breaking Power 2", + "", "§7Damage: §c+15", + "§7Mining Speed: §a+150", "", "§9Efficiency I", "§7Increases how quickly your tool", @@ -15,10 +18,11 @@ ], "internalname": "ROOKIE_PICKAXE", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rookie_Pickaxe", "https://wiki.hypixel.net/Rookie_Pickaxe" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit