From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: NEU 2.1 Things (#660) Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nea Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/DIAMONITE.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'items/DIAMONITE.json') diff --git a/items/DIAMONITE.json b/items/DIAMONITE.json index 53fd6947..0f86a001 100644 --- a/items/DIAMONITE.json +++ b/items/DIAMONITE.json @@ -15,19 +15,26 @@ "§7Requires §aMining Skill Level", "§aXV§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§5Refined Diamond §7x3", - "", - "§7Duration: §b6h" + "§9§lRARE REFORGE STONE" ], "internalname": "DIAMONITE", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Diamonite" + "https://hypixel-skyblock.fandom.com/wiki/Diamonite", + "https://wiki.hypixel.net/Diamonite" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_DIAMOND:3" + ], + "count": 1, + "overrideOutputId": "DIAMONITE", + "duration": 21600 + } ] } \ No newline at end of file -- cgit