diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-22 15:59:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 09:59:28 -0400 |
commit | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (patch) | |
tree | 70ff406d2689d991e9b88b5b64518c211d348c76 /items/SHEEP_AXE.json | |
parent | 4a0c84ac67b9ae995f0750b64ba5f86c69e500f4 (diff) | |
download | NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.tar.gz NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.tar.bz2 NotEnoughUpdates-REPO-76503706e0cff291cbd9b01e4fb8ee28f6a497cf.zip |
Added Items, Mobs and Rainbow Name (#471)
* Added Rainbow Name, other constants things
* Update Stuff and Dragons
Diffstat (limited to 'items/SHEEP_AXE.json')
-rw-r--r-- | items/SHEEP_AXE.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/SHEEP_AXE.json b/items/SHEEP_AXE.json new file mode 100644 index 00000000..783044f3 --- /dev/null +++ b/items/SHEEP_AXE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:wooden_axe", + "displayname": "§aSheep Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Sheep Specialist\",2:\"§7Killing a Sheep increases its\",3:\"§7drops by 2.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON AXE\"],Name:\"§aSheep Axe\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"SHEEP_AXE\",entity_required:\"SHEEP\"}}", + "damage": 0, + "lore": [ + "", + "§6Item Ability: Sheep Specialist", + "§7Killing a Sheep increases its", + "§7drops by 2.", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON AXE" + ], + "internalname": "SHEEP_AXE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |