diff options
Diffstat (limited to 'items/TITANIUM_DRILL_1.json')
-rw-r--r-- | items/TITANIUM_DRILL_1.json | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/items/TITANIUM_DRILL_1.json b/items/TITANIUM_DRILL_1.json index 0e192211..792e4d53 100644 --- a/items/TITANIUM_DRILL_1.json +++ b/items/TITANIUM_DRILL_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§f§f§5Titanium Drill DR-X355", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+700\",4:\"§7Mining Fortune: §a+25\",5:\"\",6:\"§7Fuel Tank: §cNot Installed\",7:\"§7§7Increases fuel capacity with\",8:\"§7part installed.\",9:\"\",10:\"§7Drill Engine: §cNot Installed\",11:\"§7§7Increases §6⸕ Mining Speed\",12:\"§6§7with part installed.\",13:\"\",14:\"§7Upgrade Module: §cNot Installed\",15:\"§7§7Applies a passive upgrade with\",16:\"§7part installed.\",17:\"\",18:\"§7Apply Drill Parts to this Drill\",19:\"§7by talking to §2Jotraeline\",20:\"§2Greatforge §7in the §2Dwarven\",21:\"§2Mines§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 5\",28:\"§5§lEPIC DRILL\",29:\"\",30:\"§eItems Required\",31:\"§9Drill Engine §7x1\",32:\"§9Fuel Tank §7x1\",33:\"§9Golden Plate §7x6\",34:\"§6Refined Titanium §7x10\",35:\"§5Refined Mithril §7x10\",36:\"\",37:\"§7Duration: §b2d 16h\"],Name:\"§f§f§5Titanium Drill DR-X355\"},ExtraAttributes:{id:\"TITANIUM_DRILL_1\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+700\",4:\"§7Mining Fortune: §a+25\",5:\"\",6:\"§7Fuel Tank: §cNot Installed\",7:\"§7§7Increases fuel capacity with\",8:\"§7part installed.\",9:\"\",10:\"§7Drill Engine: §cNot Installed\",11:\"§7§7Increases §6⸕ Mining Speed\",12:\"§6§7with part installed.\",13:\"\",14:\"§7Upgrade Module: §cNot Installed\",15:\"§7§7Applies a passive upgrade with\",16:\"§7part installed.\",17:\"\",18:\"§7Apply Drill Parts to this Drill\",19:\"§7by talking to §2Jotraeline\",20:\"§2Greatforge §7in the §2Dwarven\",21:\"§2Mines§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 5\",28:\"§5§lEPIC DRILL\"],Name:\"§f§f§5Titanium Drill DR-X355\"},ExtraAttributes:{id:\"TITANIUM_DRILL_1\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 7", @@ -32,23 +32,29 @@ "§7§8This item can be reforged!", "§7§4❣ §cRequires §5Heart of the", "§5Mountain Tier 5", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§9Drill Engine §7x1", - "§9Fuel Tank §7x1", - "§9Golden Plate §7x6", - "§6Refined Titanium §7x10", - "§5Refined Mithril §7x10", - "", - "§7Duration: §b2d 16h" + "§5§lEPIC DRILL" ], "internalname": "TITANIUM_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/Titanium_Drill_DR-X355" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FUEL_TANK:1", + "DRILL_ENGINE:1", + "REFINED_MITHRIL:10", + "REFINED_TITANIUM:10", + "GOLDEN_PLATE:6" + ], + "count": 1, + "overrideOutputId": "TITANIUM_DRILL_1", + "duration": 230400 + } ] }
\ No newline at end of file |