diff options
Diffstat (limited to 'items/RED_MUSHROOM.json')
-rw-r--r-- | items/RED_MUSHROOM.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/RED_MUSHROOM.json b/items/RED_MUSHROOM.json index 40501910..49c853ab 100644 --- a/items/RED_MUSHROOM.json +++ b/items/RED_MUSHROOM.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:red_mushroom", - "displayname": "§fMushroom", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMushroom\"},ExtraAttributes:{id:\"RED_MUSHROOM\"}}", + "displayname": "§fRed Mushroom", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Mushroom\"},ExtraAttributes:{id:\"RED_MUSHROOM\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "RED_MUSHROOM", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, - "clickcommand": "" -} + "clickcommand": "", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |