diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-02 17:40:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 17:40:44 +0200 |
commit | e7d3dda5106ee28faae7cadee4495e47b9edac2a (patch) | |
tree | f43e1d642ee90f3c76f019766de4c00159ab301d /items/ARTISANAL_SHORTBOW.json | |
parent | 79c61a2de8856907b937ddf4c8bf796193b4eee6 (diff) | |
download | NotEnoughUpdates-REPO-e7d3dda5106ee28faae7cadee4495e47b9edac2a.tar.gz NotEnoughUpdates-REPO-e7d3dda5106ee28faae7cadee4495e47b9edac2a.tar.bz2 NotEnoughUpdates-REPO-e7d3dda5106ee28faae7cadee4495e47b9edac2a.zip |
gifting (#810)
* gifting
* so true xp bottle = enchant
* Fixed Shortbows
* same thing
Diffstat (limited to 'items/ARTISANAL_SHORTBOW.json')
-rw-r--r-- | items/ARTISANAL_SHORTBOW.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" |