diff options
author | L1ghtRay <88073630+L1ghtRay@users.noreply.github.com> | 2022-04-14 05:03:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 01:33:04 +0200 |
commit | 02a93f06425d9855413d3bf7ccb0fed0acf6dce6 (patch) | |
tree | 30d44ca62a785abdf9e6cd9c49ffc64a84a6a3bf /items/TRIPLE_STRIKE;1.json | |
parent | d98fc92972de8f8987cd7c7b28e4be87ac705f20 (diff) | |
download | NotEnoughUpdates-REPO-02a93f06425d9855413d3bf7ccb0fed0acf6dce6.tar.gz NotEnoughUpdates-REPO-02a93f06425d9855413d3bf7ccb0fed0acf6dce6.tar.bz2 NotEnoughUpdates-REPO-02a93f06425d9855413d3bf7ccb0fed0acf6dce6.zip |
Alphabetised Max Ench Book and Fixed Typos (#714)
* Alphabetised Max Ench Book and Fixed errors
* Fixed error in previous commit
* Fixed Bane of Arthropods 5 having wrong color
* Delete MAXED_ENCHANT_BOOK.json
* Max Ench Book Code Fix
Diffstat (limited to 'items/TRIPLE_STRIKE;1.json')
-rw-r--r-- | items/TRIPLE_STRIKE;1.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/items/TRIPLE_STRIKE;1.json b/items/TRIPLE_STRIKE;1.json index 1b2cbf28..ac1d0794 100644 --- a/items/TRIPLE_STRIKE;1.json +++ b/items/TRIPLE_STRIKE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-III: §7Enchantment Table\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fSword\",10:\"§7- §fFishing Weapon\",11:\"§7- §fGauntlet\",12:\"\",13:\"§6Conflicts:\",14:\"§7- §cFirst Strike\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;1\",enchantments:{triple_strike:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike I\",1:\"§7Increases melee damage dealt by\",2:\"§7§a10% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§6Source:\",6:\"§aI-IV: §7Enchantment Table,\",7:\"§7Experiments\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fSword\",11:\"§7- §fFishing Weapon\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cFirst Strike\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;1\",enchantments:{triple_strike:1}}}", "damage": 0, "lore": [ "§9Triple-Strike I", @@ -10,7 +10,8 @@ "§7on a mob.", "", "§6Source:", - "§aI-III: §7Enchantment Table", + "§aI-IV: §7Enchantment Table,", + "§7Experiments", "", "§6Applied To:", "§7- §fSword", @@ -25,6 +26,6 @@ "internalname": "TRIPLE_STRIKE;1", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +}
\ No newline at end of file |