diff options
Diffstat (limited to 'items/HOT_STUFF.json')
-rw-r--r-- | items/HOT_STUFF.json | 23 |
1 files changed, 15 insertions, 8 deletions
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 |