diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-22 15:56:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 09:56:52 -0400 |
commit | 92066489fdf9a26beb020347709bac55bc91467a (patch) | |
tree | d919d77cc182c8a5899e73e6555c6020c255dc31 /items/ALPHA_PICK.json | |
parent | 7d57c2e37b0426d6ebe0053a8e8a2b77891475ef (diff) | |
download | NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.tar.gz NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.tar.bz2 NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.zip |
Stuff (#558)
* Stuff
* New Skins & Fix
* New Items
* Fixed Pristine on MEB
* Added Pet to pets json
* Added another Rainbow name
* Rainbow Name
* Wiki Links
Diffstat (limited to 'items/ALPHA_PICK.json')
-rw-r--r-- | items/ALPHA_PICK.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/ALPHA_PICK.json b/items/ALPHA_PICK.json new file mode 100644 index 00000000..a6730861 --- /dev/null +++ b/items/ALPHA_PICK.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:wooden_pickaxe", + "displayname": "§cPioneer Pickaxe", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 1\",1:\"\",2:\"§7Mining Speed: §a+1\",3:\"\",4:\"\",5:\"§7§7§oThe very first pickaxe\",6:\"§7§omodel! Invented by the famous\",7:\"§7§oThomas Pickson.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c§lSPECIAL PICKAXE\"],Name:\"§cPioneer Pickaxe\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ALPHA_PICK\"}}", + "damage": 0, + "lore": [ + "§8Breaking Power 1", + "", + "§7Mining Speed: §a+1", + "", + "", + "§7§7§oThe very first pickaxe", + "§7§omodel! Invented by the famous", + "§7§oThomas Pickson.", + "", + "§7§8This item can be reforged!", + "§c§lSPECIAL PICKAXE" + ], + "internalname": "ALPHA_PICK", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pioneer_Pickaxe" + ] +}
\ No newline at end of file |