diff options
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 |