From bd8392264127b097da6cb3310cab98e8ea9728a2 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 12 Nov 2020 19:19:14 -0500 Subject: Social Shop Items | Added Axes I missed --- items/COCO_CHOPPER.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 items/COCO_CHOPPER.json (limited to 'items/COCO_CHOPPER.json') diff --git a/items/COCO_CHOPPER.json b/items/COCO_CHOPPER.json new file mode 100644 index 00000000..adc926c6 --- /dev/null +++ b/items/COCO_CHOPPER.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:golden_axe", + "displayname": "§5Coco Chopper", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Cannot break trees.\",1:\"§7Replants cocoa blocks.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC AXE\"],Name:\"§5Coco Chopper\"},ExtraAttributes:{id:\"COCO_CHOPPER\"}}", + "damage": 0, + "lore": [ + "§7Cannot break trees.", + "§7Replants cocoa blocks.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC AXE" + ], + "internalname": "COCO_CHOPPER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +} \ No newline at end of file -- cgit