diff options
author | BuildTools <james.jenour@protonmail.com> | 2020-07-10 01:09:28 +1000 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2020-07-10 01:09:28 +1000 |
commit | 2a4de85f02a113f88dc9869b5088fbf5a9ee6044 (patch) | |
tree | 6be96e317263094e1844c2e037af051a221abb6e /items/SMITE.json | |
parent | 59f892186059d909d8c4da2f77034c6aa7384d67 (diff) | |
download | NotEnoughUpdates-REPO-2a4de85f02a113f88dc9869b5088fbf5a9ee6044.tar.gz NotEnoughUpdates-REPO-2a4de85f02a113f88dc9869b5088fbf5a9ee6044.tar.bz2 NotEnoughUpdates-REPO-2a4de85f02a113f88dc9869b5088fbf5a9ee6044.zip |
fixed some scuffed stuff
Diffstat (limited to 'items/SMITE.json')
-rw-r--r-- | items/SMITE.json | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/items/SMITE.json b/items/SMITE.json index c9a746c7..0c2150f7 100644 --- a/items/SMITE.json +++ b/items/SMITE.json @@ -1,19 +1,14 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Flame I\",1:\"§7Arrows ignite your enemies for\",2:\"§7§a3s§7.\",3:\"§9Power III\",4:\"§7Increases bow damage by §a24%§7.\",5:\"§9Smite III\",6:\"§7Increases damage dealt to\",7:\"§7§7Skeletons§7, §7Zombie\",8:\"§7Pigmen§7, §7Withers§7, and\",9:\"§7§7Zombies§7 by §a24%§7.\",10:\"\",11:\"§7Use this on an item in an Anvil\",12:\"§7to apply it!\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{smite:3,power:3,flame:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite IV\",1:\"§7Increases damage dealt to\",2:\"§7§7Zombies§7, §7Zombie Pigmen§7,\",3:\"§7§7Skeletons§7, and §7Withers§7\",4:\"§7by §a32%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{smite:4}}}", "damage": 0, "lore": [ - "§9Flame I", - "§7Arrows ignite your enemies for", - "§7§a3s§7.", - "§9Power III", - "§7Increases bow damage by §a24%§7.", - "§9Smite III", + "§9Smite IV", "§7Increases damage dealt to", - "§7§7Skeletons§7, §7Zombie", - "§7Pigmen§7, §7Withers§7, and", - "§7§7Zombies§7 by §a24%§7.", + "§7§7Zombies§7, §7Zombie Pigmen§7,", + "§7§7Skeletons§7, and §7Withers§7", + "§7by §a32%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", |