From 40cd551f3233097a143b55c84b00ab237afd9fc3 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 30 Oct 2020 13:14:04 -0400 Subject: Halloween Stuff? --- items/PUMPKIN_GUTS.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/PUMPKIN_GUTS.json (limited to 'items/PUMPKIN_GUTS.json') diff --git a/items/PUMPKIN_GUTS.json b/items/PUMPKIN_GUTS.json new file mode 100644 index 00000000..65851127 --- /dev/null +++ b/items/PUMPKIN_GUTS.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:pumpkin_seeds", + "displayname": "§aPumpkin Guts", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Why does Halloween have to be so\",1:\"§7gross?\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aPumpkin Guts\"},ExtraAttributes:{id:\"PUMPKIN_GUTS\"}}", + "damage": 0, + "lore": [ + "§7Why does Halloween have to be so", + "§7gross?", + "", + "§eRight-click to view recipes!", + "", + "§a§lUNCOMMON" + ], + "internalname": "PUMPKIN_GUTS", + "clickcommand": "", + "modver": "1.4-REL" +} \ No newline at end of file -- cgit