diff options
Diffstat (limited to 'items/AMBER_MATERIAL.json')
-rw-r--r-- | items/AMBER_MATERIAL.json | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json index 66908cec..c4eb6da2 100644 --- a/items/AMBER_MATERIAL.json +++ b/items/AMBER_MATERIAL.json @@ -11,26 +11,33 @@ "§7when combined with a pickaxe§7.", "", "§7§8§oPut a bunch of Amber", - "§8§otogether and it\u0027ll make more", + "§8§otogether and it'll make more", "§8§oAmber - Throin the Forger.", "", "§7Requires §aMining Skill Level", "§aXXX§7!", "", - "§5§lEPIC REFORGE STONE", - "", - "§eItems Required", - "§9⸕ §9Fine Amber Gemstone §7x12", - "§9Golden Plate §7x1", - "", - "§7Duration: §b7h" + "§5§lEPIC REFORGE STONE" ], "internalname": "AMBER_MATERIAL", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Amber_Material" + "https://hypixel-skyblock.fandom.com/wiki/Amber_Material", + "https://wiki.hypixel.net/Amber_Material" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOLDEN_PLATE:1", + "FINE_AMBER_GEM:12" + ], + "count": 1, + "overrideOutputId": "AMBER_MATERIAL", + "duration": 25200 + } ] }
\ No newline at end of file |