diff options
Diffstat (limited to 'items/SLOWNESS.json')
-rw-r--r-- | items/SLOWNESS.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/SLOWNESS.json b/items/SLOWNESS.json new file mode 100644 index 00000000..96386855 --- /dev/null +++ b/items/SLOWNESS.json @@ -0,0 +1,16 @@ +{ + "internalname": "SLOWNESS", + "itemid": "minecraft:potion", + "displayname": "§fSlowness Potion", + "clickcommand": "viewpotion", + "damage": 10, + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:2b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§7Slowness\",2:\"§7Reduces §f✦ Speed§7.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fSlowness Potion\"},ExtraAttributes:{id:\"SLOWNESS\"}}", + "modver": "1.0.0", + "lore": [ + "", + "§7Slowness", + "§7Reduces §f✦ Speed§7.", + "", + "§f§lCOMMON" + ] +}
\ No newline at end of file |