From 59f892186059d909d8c4da2f77034c6aa7384d67 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 10 Jul 2020 00:46:38 +1000 Subject: more dungeons garbo --- items/CARROT.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 items/CARROT.json (limited to 'items/CARROT.json') diff --git a/items/CARROT.json b/items/CARROT.json new file mode 100644 index 00000000..0973c40d --- /dev/null +++ b/items/CARROT.json @@ -0,0 +1,12 @@ +{ + "internalname": "CARROT", + "itemid": 141, + "displayname": "§fCarrots", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCarrots\"},ExtraAttributes:{id:\"CARROT\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +} \ No newline at end of file -- cgit