diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/LIFE_STEAL;1.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/LIFE_STEAL;1.json')
-rw-r--r-- | items/LIFE_STEAL;1.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/LIFE_STEAL;1.json b/items/LIFE_STEAL;1.json index 474a1d86..f101e40d 100644 --- a/items/LIFE_STEAL;1.json +++ b/items/LIFE_STEAL;1.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal I\",1:\"§7Heals for §a0.1%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{life_steal:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal I\",1:\"§7Heals for §a0.5% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;1\",enchantments:{life_steal:1}}}", "damage": 0, "lore": [ "§9Life Steal I", - "§7Heals for §a0.1%§7 of the damage", - "§7you deal to mobs.", + "§7Heals for §a0.5% §7of your max", + "§7health each time you hit a mob.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -14,7 +14,8 @@ "§f§lCOMMON" ], "internalname": "LIFE_STEAL;1", - "parent": "LIFE_STEAL;2", "clickcommand": "", - "modver": "1.6-REL" + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" }
\ No newline at end of file |