diff options
Diffstat (limited to 'items/MITHRIL_DRILL_2.json')
-rw-r--r-- | items/MITHRIL_DRILL_2.json | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/items/MITHRIL_DRILL_2.json b/items/MITHRIL_DRILL_2.json index 6f3e6312..2532604a 100644 --- a/items/MITHRIL_DRILL_2.json +++ b/items/MITHRIL_DRILL_2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Mithril Drill SX-R326", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+600\",4:\"\",5:\"§7Fuel Tank: §cNot Installed\",6:\"§7§7Increases fuel capacity with\",7:\"§7part installed.\",8:\"\",9:\"§7Drill Engine: §cNot Installed\",10:\"§7§7Increases §6⸕ Mining Speed\",11:\"§6§7with part installed.\",12:\"\",13:\"§7Upgrade Module: §cNot Installed\",14:\"§7§7Applies a passive upgrade with\",15:\"§7part installed.\",16:\"\",17:\"§7Apply Drill Parts to this Drill\",18:\"§7by talking to §2Jotraeline\",19:\"§2Greatforge §7in the §2Dwarven\",20:\"§2Mines§7!\",21:\"\",22:\"§7Fuel: §23,000§8/3k\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §5Heart of the\",26:\"§5Mountain Tier 4\",27:\"§9§lRARE DRILL\",28:\"\",29:\"§eItems Required\",30:\"§9Mithril Drill SX-R226 §7x1\",31:\"§9Golden Plate §7x10\",32:\"§9Mithril Plate §7x2\",33:\"\",34:\"§7Duration: §b30s\"],Name:\"§9Mithril Drill SX-R326\"},ExtraAttributes:{id:\"MITHRIL_DRILL_2\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+600\",4:\"\",5:\"§7Fuel Tank: §cNot Installed\",6:\"§7§7Increases fuel capacity with\",7:\"§7part installed.\",8:\"\",9:\"§7Drill Engine: §cNot Installed\",10:\"§7§7Increases §6⸕ Mining Speed\",11:\"§6§7with part installed.\",12:\"\",13:\"§7Upgrade Module: §cNot Installed\",14:\"§7§7Applies a passive upgrade with\",15:\"§7part installed.\",16:\"\",17:\"§7Apply Drill Parts to this Drill\",18:\"§7by talking to §2Jotraeline\",19:\"§2Greatforge §7in the §2Dwarven\",20:\"§2Mines§7!\",21:\"\",22:\"§7Fuel: §23,000§8/3k\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §5Heart of the\",26:\"§5Mountain Tier 4\",27:\"§9§lRARE DRILL\"],Name:\"§9Mithril Drill SX-R326\"},ExtraAttributes:{id:\"MITHRIL_DRILL_2\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 6", @@ -31,21 +31,28 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 4", - "§9§lRARE DRILL", - "", - "§eItems Required", - "§9Mithril Drill SX-R226 §7x1", - "§9Golden Plate §7x10", - "§9Mithril Plate §7x2", - "", - "§7Duration: §b30s" + "§9§lRARE DRILL" ], "internalname": "MITHRIL_DRILL_2", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Mithril_Drill_SX-R326" + "https://hypixel-skyblock.fandom.com/wiki/Mithril_Drill_SX-R326", + "https://wiki.hypixel.net/Mithril_Drill_SX-R326" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "GOLDEN_PLATE:10", + "MITHRIL_DRILL_1:1", + "MITHRIL_PLATE:2" + ], + "count": 1, + "overrideOutputId": "MITHRIL_DRILL_2", + "duration": 30 + } ] }
\ No newline at end of file |