From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/JUMP_BOOST.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/JUMP_BOOST.json (limited to 'items/JUMP_BOOST.json') diff --git a/items/JUMP_BOOST.json b/items/JUMP_BOOST.json new file mode 100644 index 00000000..f746fda6 --- /dev/null +++ b/items/JUMP_BOOST.json @@ -0,0 +1,16 @@ +{ + "internalname": "JUMP_BOOST", + "itemid": "minecraft:potion", + "displayname": "§fJump Boost Potion", + "clickcommand": "viewpotion", + "damage": 7, + "nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:8b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§bJump Boost\",2:\"§7Increases your jump height.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fJump Boost Potion\"},ExtraAttributes:{id:\"JUMP_BOOST\"}}", + "modver": "1.0.0", + "lore": [ + "", + "§bJump Boost", + "§7Increases your jump height.", + "", + "§f§lCOMMON" + ] +} \ No newline at end of file -- cgit