From 40cd551f3233097a143b55c84b00ab237afd9fc3 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 30 Oct 2020 13:14:04 -0400 Subject: Halloween Stuff? --- items/PUMPKIN_LAUNCHER.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 items/PUMPKIN_LAUNCHER.json (limited to 'items/PUMPKIN_LAUNCHER.json') diff --git a/items/PUMPKIN_LAUNCHER.json b/items/PUMPKIN_LAUNCHER.json new file mode 100644 index 00000000..ae66bf27 --- /dev/null +++ b/items/PUMPKIN_LAUNCHER.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:pumpkin", + "displayname": "§5Pumpkin Launcher", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Shoots §6Blast o\u0027 Lanterns§7.\",1:\"§7Deals §a2 §7damage to §6Spooky\",2:\"§6§7enemies and §c9,090 §7damage\",3:\"§7against non-scary enemies!\",4:\"\",5:\"§7Blast o\u0027 Lanterns: §60§8/20k\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Pumpkin Launcher\"},ExtraAttributes:{id:\"PUMPKIN_LAUNCHER\"}}", + "damage": 0, + "lore": [ + "§7Shoots §6Blast o\u0027 Lanterns§7.", + "§7Deals §a2 §7damage to §6Spooky", + "§6§7enemies and §c9,090 §7damage", + "§7against non-scary enemies!", + "", + "§7Blast o\u0027 Lanterns: §60§8/20k", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "PUMPKIN_GUTS:4", + "A2": "ECTOPLASM:20", + "A3": "PUMPKIN_GUTS:4", + "B1": "PUMPKIN_GUTS:4", + "B2": "PUMPKIN_BOMB:64", + "B3": "PUMPKIN_GUTS:4", + "C1": "PUMPKIN_GUTS:4", + "C2": "ECTOPLASM:20", + "C3": "PUMPKIN_GUTS:4" + }, + "internalname": "PUMPKIN_LAUNCHER", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +} \ No newline at end of file -- cgit