1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:potion",
"displayname": "§fStamina I Potion",
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:8b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§aStamina I\",2:\"§7Instantly heals for §a+150§7 and a\",3:\"§7grants a §b50 ✎ Mana §7boost.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fStamina I Potion\"},ExtraAttributes:{potion_level:1,potion:\"stamina\",effects:[0:{level:1,effect:\"stamina\",duration_ticks:3600}],potion_type:\"POTION\",id:\"POTION_STAMINA;1\"}}",
"damage": 11,
"lore": [
"",
"§aStamina I",
"§7Instantly heals for §a+150§7 and a",
"§7grants a §b50 ✎ Mana §7boost.",
"",
"§f§lCOMMON"
],
"internalname": "POTION_STAMINA;1",
"crafttext": "",
"clickcommand": "viewpotion",
"modver": "",
"infoType": ""
}
|