diff options
Diffstat (limited to 'items/GEMSTONE_DRILL_4.json')
-rw-r--r-- | items/GEMSTONE_DRILL_4.json | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json index 5e2349d9..6fa7b95f 100644 --- a/items/GEMSTONE_DRILL_4.json +++ b/items/GEMSTONE_DRILL_4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§f§f§5Jasper Drill X", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+600\",4:\" §8[§7⸕§8] §8[§8☘§8]\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to a §2Drill\",23:\"§2Mechanic§7!\",24:\"\",25:\"§7Fuel: §23,000§8/3k\",26:\"\",27:\"§7§8This item can be reforged!\",28:\"§7§4❣ §cRequires §5Heart of the\",29:\"§5Mountain Tier 6\",30:\"§5§lEPIC DRILL\",31:\"\",32:\"§eItems Required\",33:\"§5Topaz Drill KGR-12 §7x1\",34:\"§5❁ §5Flawless Jasper Gemstone §7x1\",35:\"§5Treasurite §7x100\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§f§f§5Jasper Drill X\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_4\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+600\",4:\" §8[§7⸕§8] §8[§8☘§8]\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to a §2Drill\",23:\"§2Mechanic§7!\",24:\"\",25:\"§7Fuel: §23,000§8/3k\",26:\"\",27:\"§7§8This item can be reforged!\",28:\"§7§4❣ §cRequires §5Heart of the\",29:\"§5Mountain Tier 6\",30:\"§5§lEPIC DRILL\"],Name:\"§f§f§5Jasper Drill X\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_4\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", @@ -34,21 +34,28 @@ "§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" + "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_Model_X", + "https://wiki.hypixel.net/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 +} |