diff options
Diffstat (limited to 'items/DOUBLE_PLANT.json')
-rw-r--r-- | items/DOUBLE_PLANT.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/DOUBLE_PLANT.json b/items/DOUBLE_PLANT.json new file mode 100644 index 00000000..a0c4b614 --- /dev/null +++ b/items/DOUBLE_PLANT.json @@ -0,0 +1,12 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§fSunflower", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSunflower\"},ExtraAttributes:{id:\"DOUBLE_PLANT\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DOUBLE_PLANT", + "clickcommand": "", + "modver": "1.0.0" +}
\ No newline at end of file |