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/MELON_DICER.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/MELON_DICER.json (limited to 'items/MELON_DICER.json') diff --git a/items/MELON_DICER.json b/items/MELON_DICER.json new file mode 100644 index 00000000..ee5ff74d --- /dev/null +++ b/items/MELON_DICER.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:diamond_axe", + "displayname": "§5Melon Dicer", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gain §a+5% §7Farming exp from melons\",1:\"\",2:\"§6Item Ability: Roll em\u0027\",3:\"§7Every melon you break, you\",4:\"§7make a wish to §dRNGesus\",5:\"§d§7which may grant you with a\",6:\"§7few or TONS of extra melons!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC AXE\"],Name:\"§5Melon Dicer\"},ExtraAttributes:{id:\"MELON_DICER\"}}", + "damage": 0, + "lore": [ + "§7Gain §a+5% §7Farming exp from melons", + "", + "§6Item Ability: Roll em\u0027", + "§7Every melon you break, you", + "§7make a wish to §dRNGesus", + "§d§7which may grant you with a", + "§7few or TONS of extra melons!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC AXE" + ], + "internalname": "MELON_DICER", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "" +} \ No newline at end of file -- cgit