From 5b915988210e6e922e4f72bfa9bd7525c8e5e68b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 13 Mar 2021 20:46:53 +0100 Subject: Fixed Things and Added Things (#437) * Added a weird Item, fixed Items and Pets * Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat * Fixed Triple Strike * Update Thorn --- items/TRIPLE_STRIKE;5.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'items/TRIPLE_STRIKE;5.json') diff --git a/items/TRIPLE_STRIKE;5.json b/items/TRIPLE_STRIKE;5.json index c7748c23..db721ef8 100644 --- a/items/TRIPLE_STRIKE;5.json +++ b/items/TRIPLE_STRIKE;5.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§aEnchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Triple-Strike V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a50% §7for the first three hits\",3:\"§7on a mob.\",4:\"\",5:\"§7§7Cost: §375 Exp Levels\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TRIPLE_STRIKE;5\",enchantments:{triple_strike:5}}}", "damage": 0, "lore": [ @@ -9,7 +9,9 @@ "§7§a50% §7for the first three hits", "§7on a mob.", "", - "§cOnly obtainable from Experiments." + "§cOnly obtainable from Experiments.", + "", + "§a§lUNCOMMON" ], "internalname": "TRIPLE_STRIKE;5", "crafttext": "", -- cgit