1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:potion",
"displayname": "§fInvisibility I Potion",
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:14b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§8Invisibility I §f(3:00)\",2:\"§7Grants invisibility from players and\",3:\"§7mobs.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fInvisibility I Potion\"},ExtraAttributes:{potion_level:1,enhanced:0b,last_potion_ingredient:\"FERMENTED_SPIDER_EYE\",potion:\"invisibility\",effects:[0:{level:1,effect:\"invisibility\",duration_ticks:5400,modifiers:{}}],potion_type:\"POTION\",id:\"POTION_INVISIBILITY;1\",extended:0b,should_give_alchemy_exp:1b}}",
"damage": 14,
"lore": [
"",
"§8Invisibility I §f(3:00)",
"§7Grants invisibility from players and",
"§7mobs.",
"",
"§f§lCOMMON"
],
"internalname": "POTION_INVISIBILITY;1",
"crafttext": "",
"clickcommand": "viewpotion",
"modver": "",
"infoType": ""
}
|