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/LONG_GRASS-2.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 items/LONG_GRASS-2.json (limited to 'items/LONG_GRASS-2.json') diff --git a/items/LONG_GRASS-2.json b/items/LONG_GRASS-2.json new file mode 100644 index 00000000..fc22a65f --- /dev/null +++ b/items/LONG_GRASS-2.json @@ -0,0 +1,15 @@ +{ + "itemid": "minecraft:tallgrass", + "displayname": "§fFern", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFern\"},ExtraAttributes:{id:\"LONG_GRASS-2\"}}", + "damage": 2, + "vanilla": true, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LONG_GRASS-2", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} -- cgit