diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-31 14:33:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 14:33:19 +1100 |
commit | b7202d52f404898d677b6a05a8f35f641417437f (patch) | |
tree | 4c5875fbed9c50d2405ccf340fe050600d2f2b67 /items/PUMPKIN_LAUNCHER.json | |
parent | 4d7122837083f7e4549932c48e670ce9237a365d (diff) | |
parent | 5cb9414a678506aa6f11b0d81e79f2cb13c9ef24 (diff) | |
download | NotEnoughUpdates-REPO-b7202d52f404898d677b6a05a8f35f641417437f.tar.gz NotEnoughUpdates-REPO-b7202d52f404898d677b6a05a8f35f641417437f.tar.bz2 NotEnoughUpdates-REPO-b7202d52f404898d677b6a05a8f35f641417437f.zip |
Merge pull request #293 from IRONM00N/master
Halloween Items Etc.
Diffstat (limited to 'items/PUMPKIN_LAUNCHER.json')
-rw-r--r-- | items/PUMPKIN_LAUNCHER.json | 30 |
1 files changed, 30 insertions, 0 deletions
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 |