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/MANA.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/MANA.json')
-rw-r--r-- | items/MANA.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/MANA.json b/items/MANA.json index e469e44d..c26f317e 100644 --- a/items/MANA.json +++ b/items/MANA.json @@ -4,15 +4,16 @@ "displayname": "§fMana Potion", "clickcommand": "viewpotion", "damage": 6, - "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:16b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Mana\",2:\"§7Grants an instant §b✎ Mana\",3:\"§b§7boost, allowing you to exceed\",4:\"§7the Mana cap.\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fMana Potion\"},ExtraAttributes:{id:\"MANA\"}}", - "modver": "1.0.0", + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:16b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Mana\",2:\"§7Grants additional §b✎ Mana\",3:\"§7regeneration over time.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fMana Potion\"},ExtraAttributes:{id:\"MANA\"}}", + "modver": "2.0.0-REL", "lore": [ "", "§9Mana", - "§7Grants an instant §b✎ Mana", - "§b§7boost, allowing you to exceed", - "§7the Mana cap.", + "§7Grants additional §b✎ Mana", + "§7regeneration over time.", "", "§f§lCOMMON" - ] + ], + "crafttext": "", + "infoType": "" }
\ No newline at end of file |