diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-29 14:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:26:03 +0200 |
commit | 19bf0bd5719906212616f37582679877fe70c11e (patch) | |
tree | 53b5d9bd3e1b1e8b615b2a35ed08e0ae4985bf05 /items/JUJU_SHORTBOW.json | |
parent | 436035e9af14dced1e71617667428feabfb2330f (diff) | |
download | NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.gz NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.bz2 NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.zip |
Fixed kuudra pet stats (#829)
* Fixed kuudra pet stats
* New update i hate you
* Fixed Aiming enchant
Diffstat (limited to 'items/JUJU_SHORTBOW.json')
-rw-r--r-- | items/JUJU_SHORTBOW.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/JUJU_SHORTBOW.json b/items/JUJU_SHORTBOW.json index 7e2efe39..0cb38b5f 100644 --- a/items/JUJU_SHORTBOW.json +++ b/items/JUJU_SHORTBOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§5Juju 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\"}}", + "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 5\",12:\"§5§lEPIC BOW\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", "damage": 0, "lore": [ "§7Damage: §c+310", @@ -15,7 +15,7 @@ "§7Can damage endermen.", "", "§7§8This item can be reforged!", - "§7§4☠ §cRequires §5Enderman Slayer 3", + "§7§4☠ §cRequires §5Enderman Slayer 5", "§5§lEPIC BOW" ], "recipe": { |