From c5ab7e93d298f30a9d68714c563ca71c086f7511 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:28:08 +0200 Subject: Added new halloween items (#995) --- items/DOUBLE_PLANT-3.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 items/DOUBLE_PLANT-3.json (limited to 'items/DOUBLE_PLANT-3.json') diff --git a/items/DOUBLE_PLANT-3.json b/items/DOUBLE_PLANT-3.json new file mode 100644 index 00000000..d263f08c --- /dev/null +++ b/items/DOUBLE_PLANT-3.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§fLarge Fern", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLarge Fern\"},ExtraAttributes:{id:\"DOUBLE_PLANT-3\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DOUBLE_PLANT-3", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit