diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/TRIPLE_STRIKE;5.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
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
Diffstat (limited to 'items/TRIPLE_STRIKE;5.json')
-rw-r--r-- | items/TRIPLE_STRIKE;5.json | 6 |
1 files changed, 4 insertions, 2 deletions
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": "",
|