diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-01-07 15:29:52 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 15:29:52 +1100 |
commit | 5383db9abb463998c992f3bdab8f8cf1706335ab (patch) | |
tree | 620fa321f99f85aba5d5c3112f045469d3e806f1 /items/GEMSTONE_DRILL_3.json | |
parent | f9f1620e318db8389f90bd38a09211333ee4948c (diff) | |
download | NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.gz NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.tar.bz2 NotEnoughUpdates-REPO-5383db9abb463998c992f3bdab8f8cf1706335ab.zip |
Stuff that only works on the dangerous rel (#676)
Co-authored-by: jani270 <jani270@gmx.de>
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items/GEMSTONE_DRILL_3.json')
-rw-r--r-- | items/GEMSTONE_DRILL_3.json | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/items/GEMSTONE_DRILL_3.json b/items/GEMSTONE_DRILL_3.json index f5341d8a..358721e8 100644 --- a/items/GEMSTONE_DRILL_3.json +++ b/items/GEMSTONE_DRILL_3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§5Topaz Drill KGR-12", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+450\",4:\" §8[§7⸕§8]\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+100§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 §2Jotraeline\",23:\"§2Greatforge §7in the §2Dwarven\",24:\"§2Mines§7!\",25:\"\",26:\"§7Fuel: §23,000§8/3k\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§9Gemstone Drill Model LT-522 §7x1\",33:\"§5✧ §5Flawless Topaz Gemstone §7x1\",34:\"§9Gemstone Mixture §7x3\",35:\"§9Magma Core §7x5\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§5Topaz Drill KGR-12\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_3\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+450\",4:\" §8[§7⸕§8]\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+100§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 §2Jotraeline\",23:\"§2Greatforge §7in the §2Dwarven\",24:\"§2Mines§7!\",25:\"\",26:\"§7Fuel: §23,000§8/3k\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§5§lEPIC DRILL\"],Name:\"§5Topaz Drill KGR-12\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_3\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", @@ -33,22 +33,28 @@ "§7Fuel: §23,000§8/3k", "", "§7§8This item can be reforged!", - "§5§lEPIC DRILL", - "", - "§eItems Required", - "§9Gemstone Drill Model LT-522 §7x1", - "§5✧ §5Flawless Topaz Gemstone §7x1", - "§9Gemstone Mixture §7x3", - "§9Magma Core §7x5", - "", - "§7Duration: §b30s" + "§5§lEPIC DRILL" ], "internalname": "GEMSTONE_DRILL_3", "crafttext": "", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Topaz_Drill_KGR-12" + ], + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_TOPAZ_GEM:1", + "GEMSTONE_MIXTURE:3", + "GEMSTONE_DRILL_2:1", + "MAGMA_CORE:5" + ], + "count": 1, + "overrideOutputId": "GEMSTONE_DRILL_3", + "duration": 30 + } ] }
\ No newline at end of file |