From 98b47f92e6257c149de85069004923f280b68454 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Thu, 11 Feb 2021 17:50:05 +0100 Subject: added reforge anvil, firework and necron's blade recipe + fixed withered blood strength being wrong (#391) * added reforge anvil recipe * fixed wither blood reforge stone strength * added necron's blade recipe * added firework recipe --- items/NECRON_BLADE.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'items/NECRON_BLADE.json') diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json index a31f20f9..64cfe6fc 100644 --- a/items/NECRON_BLADE.json +++ b/items/NECRON_BLADE.json @@ -22,10 +22,21 @@ "§aCompletion", "§6§lLEGENDARY DUNGEON SWORD" ], + "recipe": { + "A1": "", + "A2": "WITHER_CATALYST:12", + "A3": "", + "B1": "", + "B2": "WITHER_CATALYST:12", + "B3": "", + "C1": "", + "C2": "NECRON_HANDLE:1", + "C3": "" + }, "internalname": "NECRON_BLADE", "crafttext": "", - "clickcommand": "", - "modver": "1.6-REL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron\u0027s_Blade" -- cgit