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/HOT_STUFF.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'items/HOT_STUFF.json') diff --git a/items/HOT_STUFF.json b/items/HOT_STUFF.json index cc1cd1dc..4e0d6185 100644 --- a/items/HOT_STUFF.json +++ b/items/HOT_STUFF.json @@ -12,13 +12,7 @@ "", "§7§8§oOooh, das hot!", "", - "§6§lLEGENDARY", - "", - "§eItems Required", - "§fHard Stone §7x128", - "§f⸕ §fRough Amber Gemstone §7x64", - "", - "§7Duration: §b1d" + "§6§lLEGENDARY" ], "recipe": { "A1": "ENCHANTED_HARD_STONE:12", @@ -37,6 +31,19 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Hot_Stuff" + "https://hypixel-skyblock.fandom.com/wiki/Hot_Stuff", + "https://wiki.hypixel.net/Hot_Stuff" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "ROUGH_AMBER_GEM:64", + "HARD_STONE:128" + ], + "count": 1, + "overrideOutputId": "HOT_STUFF", + "duration": 86400 + } ] } \ No newline at end of file -- cgit