1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"itemid": "minecraft:potion",
"displayname": "§fPet Luck I Potion",
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:9b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§bPet Luck I §f(3:00)\",2:\"§7Gain §a+5% §7chance to find pets and\",3:\"§7craft higher tier pets.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fPet Luck I Potion\"},ExtraAttributes:{potion_level:1,potion:\"pet_luck\",effects:[0:{level:1,effect:\"pet_luck\",duration_ticks:3600}],potion_type:\"POTION\",id:\"POTION_PET_LUCK;1\"}}",
"damage": 0,
"lore": [
"",
"§bPet Luck I §f(3:00)",
"§7Gain §a+5% §7chance to find pets and",
"§7craft higher tier pets.",
"",
"§f§lCOMMON"
],
"internalname": "POTION_PET_LUCK;1",
"crafttext": "",
"clickcommand": "viewpotion",
"modver": "2.2.1",
"infoType": ""
}
|