1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:potion",
"displayname": "§fWater Breathing I Potion",
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:13b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Water Breathing I §f(3:00)\",2:\"§7Grants a §a15% §7chance of not taking\",3:\"§7drowning damage.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fWater Breathing I Potion\"},ExtraAttributes:{potion_level:1,potion:\"water_breathing\",effects:[0:{level:1,effect:\"water_breathing\",duration_ticks:3600}],potion_type:\"POTION\",id:\"POTION_WATER_BREATHING;1\"}}",
"damage": 13,
"lore": [
"",
"§9Water Breathing I §f(3:00)",
"§7Grants a §a15% §7chance of not taking",
"§7drowning damage.",
"",
"§f§lCOMMON"
],
"internalname": "POTION_WATER_BREATHING;1",
"crafttext": "",
"clickcommand": "viewpotion",
"modver": "",
"infoType": ""
}
|