From 1ad51e25d588dfd7ad7f059095c2c1d3a42d4935 Mon Sep 17 00:00:00 2001 From: syeyoung <42869671+cyoung06@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:36:24 +0900 Subject: Add misc items (#765) --- items/DOUBLE_PLANT-2.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 items/DOUBLE_PLANT-2.json (limited to 'items/DOUBLE_PLANT-2.json') diff --git a/items/DOUBLE_PLANT-2.json b/items/DOUBLE_PLANT-2.json new file mode 100644 index 00000000..94aeb5d8 --- /dev/null +++ b/items/DOUBLE_PLANT-2.json @@ -0,0 +1,15 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§fDouble Tallgrass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDouble Tallgrass\"},ExtraAttributes:{id:\"DOUBLE_PLANT-2\"}}", + "damage": 2, + "vanilla": true, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DOUBLE_PLANT-2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} -- cgit