diff options
author | jani270 <jani270@gmx.de> | 2022-04-13 10:18:14 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-13 10:18:14 +0200 |
commit | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (patch) | |
tree | 6102cb59e173cb2ddb9b9206ba7799cc1632b2c4 /items/STONK_PICKAXE.json | |
parent | 2c4f16d139c4d315de7ae1498afd75057d752715 (diff) | |
download | NotEnoughUpdates-REPO-bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4.tar.gz NotEnoughUpdates-REPO-bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4.tar.bz2 NotEnoughUpdates-REPO-bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4.zip |
New Wiki links and other stuff
Diffstat (limited to 'items/STONK_PICKAXE.json')
-rw-r--r-- | items/STONK_PICKAXE.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/items/STONK_PICKAXE.json b/items/STONK_PICKAXE.json index 4466dab5..0c22afdd 100644 --- a/items/STONK_PICKAXE.json +++ b/items/STONK_PICKAXE.json @@ -5,7 +5,7 @@ "clickcommand": "", "damage": 0, "nbttag": "{ench:[0:{lvl:6,id:32}],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 1\",1:\"\",2:\"§9Efficiency VI\",3:\"§7Grants §a+130 §6⸕ Mining\",4:\"§7§6Speed§7.\",5:\"§9Telekinesis I\",6:\"§7Block and mob drops go directly\",7:\"§7into your inventory.\",8:\"\",9:\"§7When mining End Stone with this\",10:\"§7pickaxe, Endermites won\u0027t spawn,\",11:\"§7experience will be dropped!\",12:\"§7§a5%§7 chance to drop an extra\",13:\"§7End Stone block.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§5§lEPIC PICKAXE\"],Name:\"§5Stonk\"},ExtraAttributes:{id:\"STONK_PICKAXE\",enchantments:{efficiency:6,telekinesis:1}}}", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "lore": [ "§8Breaking Power 1", "", @@ -17,7 +17,7 @@ "§7into your inventory.", "", "§7When mining End Stone with this", - "§7pickaxe, Endermites won\u0027t spawn,", + "§7pickaxe, Endermites won't spawn,", "§7experience will be dropped!", "§7§a5%§7 chance to drop an extra", "§7End Stone block.", @@ -27,7 +27,15 @@ ], "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Stonk" + "https://hypixel-skyblock.fandom.com/wiki/Stonk", + "https://wiki.hypixel.net/Stonk" ], - "crafttext": "" + "crafttext": "", + "recipes": [ + { + "type": "trade", + "cost": "ENCHANTED_EMERALD:32", + "result": "STONK_PICKAXE" + } + ] } |