diff options
Diffstat (limited to 'items/GEMSTONE_DRILL_4.json')
-rw-r--r-- | items/GEMSTONE_DRILL_4.json | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json index 5e2349d9..ae9b4fad 100644 --- a/items/GEMSTONE_DRILL_4.json +++ b/items/GEMSTONE_DRILL_4.json @@ -34,21 +34,27 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 6", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§5Topaz Drill KGR-12 §7x1", - "§5❁ §5Flawless Jasper Gemstone §7x1", - "§5Treasurite §7x100", - "", - "§7Duration: §b30s" + "§5§lEPIC DRILL" ], "internalname": "GEMSTONE_DRILL_4", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_X" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "TREASURITE:100", + "FLAWLESS_JASPER_GEM:1", + "GEMSTONE_DRILL_3:1" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_DRILL_4", + "duration": 30 + } ] }
\ No newline at end of file |