1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"internalname": "DODGE",
"itemid": "minecraft:potion",
"displayname": "§fDodge Potion",
"clickcommand": "viewpotion",
"damage": 2,
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:1b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Dodge\",2:\"§7Mob attacks have a chance to\",3:\"§7miss.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fDodge Potion\"},ExtraAttributes:{id:\"DODGE\"}}",
"modver": "1.0.0",
"lore": [
"",
"§9Dodge",
"§7Mob attacks have a chance to",
"§7miss.",
"",
"§f§lCOMMON"
]
}
|