diff options
author | Mr.Nightmare <44095205+MrNightmare03@users.noreply.github.com> | 2023-01-17 12:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:56:48 +0100 |
commit | 92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4 (patch) | |
tree | 3df0642d5fd8aaee7770b83c1753895b3f387e2c /items/TRIPLE_STRIKE;1.json | |
parent | 9ce054d3023f032b2959b159ecf0ad7bf337d47d (diff) | |
download | NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.gz NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.bz2 NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.zip |
Made enchanted books source more consistent and some small fixes (#886)
Diffstat (limited to 'items/TRIPLE_STRIKE;1.json')
-rw-r--r-- | items/TRIPLE_STRIKE;1.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/items/TRIPLE_STRIKE;1.json b/items/TRIPLE_STRIKE;1.json index ac1d0794..a46ff11d 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-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}}}", + "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- §fLongsword\",13:\"§7- §fGauntlet\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cFirst Strike\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;1\",enchantments:{triple_strike:1}}}", "damage": 0, "lore": [ "§9Triple-Strike I", @@ -16,6 +16,7 @@ "§6Applied To:", "§7- §fSword", "§7- §fFishing Weapon", + "§7- §fLongsword", "§7- §fGauntlet", "", "§6Conflicts:", |