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/JUJU_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/JUJU_SHORTBOW.json')
-rw-r--r-- | items/JUJU_SHORTBOW.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/JUJU_SHORTBOW.json b/items/JUJU_SHORTBOW.json index 6b650a1b..7e2efe39 100644 --- a/items/JUJU_SHORTBOW.json +++ b/items/JUJU_SHORTBOW.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:bow", "displayname": "§5Juju Shortbow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+310\",1:\"§7Strength: §c+40\",2:\"§7Crit Chance: §c+10%\",3:\"§7Crit Damage: §c+110%\",4:\"\",5:\"§5Shortbow: Instantly shoots\",6:\"§7Hits §c3 §7mobs on impact.\",7:\"§7Can damage endermen\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4☠ §cRequires §5Enderman Slayer 3\",11:\"§5§lEPIC BOW\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+310\",1:\"§7Strength: §c+40\",2:\"§7Crit Chance: §c+10%\",3:\"§7Crit Damage: §c+110%\",4:\"§7Shot Cooldown: §a0.5s\",5:\"\",6:\"§5Shortbow: Instantly shoots!\",7:\"§7Hits §c3 §7mobs on impact.\",8:\"§7Can damage endermen.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4☠ §cRequires §5Enderman Slayer 3\",12:\"§5§lEPIC BOW\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+310", "§7Strength: §c+40", "§7Crit Chance: §c+10%", "§7Crit Damage: §c+110%", + "§7Shot Cooldown: §a0.5s", "", - "§5Shortbow: Instantly shoots", + "§5Shortbow: Instantly shoots!", "§7Hits §c3 §7mobs on impact.", - "§7Can damage endermen", + "§7Can damage endermen.", "", "§7§8This item can be reforged!", "§7§4☠ §cRequires §5Enderman Slayer 3", @@ -32,9 +33,9 @@ "internalname": "JUJU_SHORTBOW", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Juju_Shortbow" ] -} +}
\ No newline at end of file |