diff options
Diffstat (limited to 'items/MITHRIL_DRILL_1.json')
-rw-r--r-- | items/MITHRIL_DRILL_1.json | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/items/MITHRIL_DRILL_1.json b/items/MITHRIL_DRILL_1.json index d116212a..6af322d9 100644 --- a/items/MITHRIL_DRILL_1.json +++ b/items/MITHRIL_DRILL_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Mithril Drill SX-R226", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+450\",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 3\",27:\"§9§lRARE DRILL\",28:\"\",29:\"§eItems Required\",30:\"§9Drill Engine §7x1\",31:\"§5Refined Mithril §7x3\",32:\"§9Fuel Tank §7x1\",33:\"\",34:\"§7Duration: §b4h\"],Name:\"§9Mithril Drill SX-R226\"},ExtraAttributes:{id:\"MITHRIL_DRILL_1\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+65\",3:\"§7Mining Speed: §a+450\",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 3\",27:\"§9§lRARE DRILL\"],Name:\"§9Mithril Drill SX-R226\"},ExtraAttributes:{id:\"MITHRIL_DRILL_1\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 5", @@ -31,21 +31,28 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 3", - "§9§lRARE DRILL", - "", - "§eItems Required", - "§9Drill Engine §7x1", - "§5Refined Mithril §7x3", - "§9Fuel Tank §7x1", - "", - "§7Duration: §b4h" + "§9§lRARE DRILL" ], "internalname": "MITHRIL_DRILL_1", "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-R226" + "https://hypixel-skyblock.fandom.com/wiki/Mithril_Drill_SX-R226", + "https://wiki.hypixel.net/Mithril_Drill_SX-R226" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "REFINED_MITHRIL:3", + "DRILL_ENGINE:1", + "FUEL_TANK:1" + ], + "count": 1, + "overrideOutputId": "MITHRIL_DRILL_1", + "duration": 14400 + } ] }
\ No newline at end of file |