diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2023-09-05 06:58:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 20:58:50 +1000 |
commit | 24d9e83c68d32ef18411ac618f76e1470228c645 (patch) | |
tree | ba54e85a547ba91b27ef41870adb4c1b447024ba | |
parent | 6a9561caa5e32e5c1381f5adf479a07b75e50076 (diff) | |
download | NotEnoughUpdates-REPO-24d9e83c68d32ef18411ac618f76e1470228c645.tar.gz NotEnoughUpdates-REPO-24d9e83c68d32ef18411ac618f76e1470228c645.tar.bz2 NotEnoughUpdates-REPO-24d9e83c68d32ef18411ac618f76e1470228c645.zip |
Small fix to lapis pickaxe (#976)
-rw-r--r-- | items/LAPIS_PICKAXE.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/items/LAPIS_PICKAXE.json b/items/LAPIS_PICKAXE.json index edcce153..6a33ba3c 100644 --- a/items/LAPIS_PICKAXE.json +++ b/items/LAPIS_PICKAXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_pickaxe", "displayname": "§aLapis Pickaxe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 4\",1:\"\",2:\"§7Damage: §c+20\",3:\"§7Mining Speed: §a+200\",4:\"\",5:\"§7§7Grants a §a25% §7chance to\",6:\"§7gain double experience when\",7:\"§7mining ores.\",8:\"\",9:\"§6Ability: Mining Speed Boost §e§lRIGHT CLICK\",10:\"§7Grants §a+§a300% §6⸕ Mining\",11:\"§6Speed §7for §a20s§7.\",12:\"§8Cooldown: §a120s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aLapis Pickaxe\"},ExtraAttributes:{id:\"LAPIS_PICKAXE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 4\",1:\"\",2:\"§7Damage: §c+20\",3:\"§7Mining Speed: §a+200\",4:\"\",5:\"§7§7Grants a §a25% §7chance to\",6:\"§7gain double experience when\",7:\"§7mining ores.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aLapis Pickaxe\"},ExtraAttributes:{id:\"LAPIS_PICKAXE\"}}", "damage": 0, "lore": [ "§8Breaking Power 4", @@ -13,11 +13,6 @@ "§7gain double experience when", "§7mining ores.", "", - "§6Ability: Mining Speed Boost §e§lRIGHT CLICK", - "§7Grants §a+§a300% §6⸕ Mining", - "§6Speed §7for §a20s§7.", - "§8Cooldown: §a120s", - "", "§7§8This item can be reforged!", "§a§lUNCOMMON PICKAXE" ], @@ -41,4 +36,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Lapis_Pickaxe", "https://wiki.hypixel.net/Lapis_Pickaxe" ] -}
\ No newline at end of file +} |