From e7d3dda5106ee28faae7cadee4495e47b9edac2a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:40:44 +0200 Subject: gifting (#810) * gifting * so true xp bottle = enchant * Fixed Shortbows * same thing --- items/ARTISANAL_SHORTBOW.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/ARTISANAL_SHORTBOW.json') diff --git a/items/ARTISANAL_SHORTBOW.json b/items/ARTISANAL_SHORTBOW.json index dbbe89e3..601b5998 100644 --- a/items/ARTISANAL_SHORTBOW.json +++ b/items/ARTISANAL_SHORTBOW.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:bow", "displayname": "§9Artisanal Shortbow", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"\",2:\"§6Shortbow: Instantly shoots!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOW\"],Name:\"§9Artisanal Shortbow\"},ExtraAttributes:{id:\"ARTISANAL_SHORTBOW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Shot Cooldown: §a0.5s\",2:\"\",3:\"§6Shortbow: Instantly shoots!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE BOW\"],Name:\"§9Artisanal Shortbow\"},ExtraAttributes:{id:\"ARTISANAL_SHORTBOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+40", + "§7Shot Cooldown: §a0.5s", "", "§6Shortbow: Instantly shoots!", "", @@ -14,7 +15,7 @@ "internalname": "ARTISANAL_SHORTBOW", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Artisanal_Shortbow" -- cgit