From 3e1eaf449377a38b10128cf35847c2f40411c412 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:49:23 +0200 Subject: Fixed mob, added wet napkin and wiki links (#967) --- items/MUSHROOM_BARN_SKIN.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/MUSHROOM_BARN_SKIN.json (limited to 'items/MUSHROOM_BARN_SKIN.json') diff --git a/items/MUSHROOM_BARN_SKIN.json b/items/MUSHROOM_BARN_SKIN.json new file mode 100644 index 00000000..1933b742 --- /dev/null +++ b/items/MUSHROOM_BARN_SKIN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:red_mushroom", + "displayname": "§6Mushroom Barn Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Consume this item to unlock\",1:\"§7the §6Mushroom Barn Skin §7on\",2:\"§7the §bGarden§7!\",3:\"\",4:\"§eClick to consume!\",5:\"\",6:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Mushroom Barn Skin\"},ExtraAttributes:{id:\"MUSHROOM_BARN_SKIN\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7§7Consume this item to unlock", + "§7the §6Mushroom Barn Skin §7on", + "§7the §bGarden§7!", + "", + "§eClick to consume!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "MUSHROOM_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit