diff options
Diffstat (limited to 'items/RED_MUSHROOM.json')
-rw-r--r-- | items/RED_MUSHROOM.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/items/RED_MUSHROOM.json b/items/RED_MUSHROOM.json index c11be472..c5890d8c 100644 --- a/items/RED_MUSHROOM.json +++ b/items/RED_MUSHROOM.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:red_mushroom", "displayname": "§fRed Mushroom", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Mushroom\"},ExtraAttributes:{id:\"RED_MUSHROOM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fRed Mushroom\"},ExtraAttributes:{id:\"RED_MUSHROOM\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "RED_MUSHROOM", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", |