From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: New Alpha Stuff (#787) * Nerds * More Items * I love stats * I love hypixel * Added and changed stuff from shitty update * editor throwing * I love the github editor * More fixes * Added new stuff to enchants.json Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/LEECH_SWORD.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/LEECH_SWORD.json (limited to 'items/LEECH_SWORD.json') diff --git a/items/LEECH_SWORD.json b/items/LEECH_SWORD.json new file mode 100644 index 00000000..24518204 --- /dev/null +++ b/items/LEECH_SWORD.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_sword", + "displayname": "§9Leech Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Refunds §b3 Mana §7on hit.\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Leech Sword\"},ExtraAttributes:{id:\"LEECH_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Refunds §b3 Mana §7on hit.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "LEECH_SUPREME_FRAGMENT:4", + "A3": "", + "B1": "", + "B2": "LEECH_SUPREME_FRAGMENT:4", + "B3": "", + "C1": "", + "C2": "DEADGEHOG_SPINE:12", + "C3": "" + }, + "internalname": "LEECH_SWORD", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL" +} \ No newline at end of file -- cgit