diff options
Diffstat (limited to 'items/ROCK_GEMSTONE.json')
-rw-r--r-- | items/ROCK_GEMSTONE.json | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/items/ROCK_GEMSTONE.json b/items/ROCK_GEMSTONE.json index 5ecfed95..cd057450 100644 --- a/items/ROCK_GEMSTONE.json +++ b/items/ROCK_GEMSTONE.json @@ -17,20 +17,27 @@ "§7Requires §aMining Skill Level", "§aXXI§7!", "", - "§9§lRARE REFORGE STONE", - "", - "§eItems Required", - "§aEnchanted Cobblestone §7x128", - "§5Treasurite §7x64", - "", - "§7Duration: §b22h" + "§9§lRARE REFORGE STONE" ], "internalname": "ROCK_GEMSTONE", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Rock_Gemstone" + "https://hypixel-skyblock.fandom.com/wiki/Rock_Gemstone", + "https://wiki.hypixel.net/Rock_Gemstone" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TREASURITE:64", + "ENCHANTED_COBBLESTONE:128" + ], + "count": 1, + "overrideOutputId": "ROCK_GEMSTONE", + "duration": 79200 + } ] }
\ No newline at end of file |