diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-24 23:58:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 17:58:40 -0400 |
commit | d22be55639a335fab03171bdae170428b825bb5a (patch) | |
tree | 9130dc4f8c9d5456ce2186bda8f74640b8c892fe /items/PIG_AXE.json | |
parent | 1d68daa056370980f794ea83dc66d2965e28ea48 (diff) | |
download | NotEnoughUpdates-REPO-d22be55639a335fab03171bdae170428b825bb5a.tar.gz NotEnoughUpdates-REPO-d22be55639a335fab03171bdae170428b825bb5a.tar.bz2 NotEnoughUpdates-REPO-d22be55639a335fab03171bdae170428b825bb5a.zip |
Pet Skins and Axes (#476)
Diffstat (limited to 'items/PIG_AXE.json')
-rw-r--r-- | items/PIG_AXE.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/PIG_AXE.json b/items/PIG_AXE.json new file mode 100644 index 00000000..18e47764 --- /dev/null +++ b/items/PIG_AXE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:wooden_axe", + "displayname": "§aPig Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Pig Specialist\",2:\"§7Killing a Pig increases its\",3:\"§7drops by 2.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON AXE\"],Name:\"§aPig Axe\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"PIG_AXE\",entity_required:\"PIG\"}}", + "damage": 0, + "lore": [ + "", + "§6Item Ability: Pig Specialist", + "§7Killing a Pig increases its", + "§7drops by 2.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON AXE" + ], + "internalname": "PIG_AXE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |