diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-15 23:49:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 07:49:23 +1000 |
commit | 3e1eaf449377a38b10128cf35847c2f40411c412 (patch) | |
tree | 62f8ce5cf5258a72161be309da4f4e815ab8d06b /items/MUSHROOM_BARN_SKIN.json | |
parent | 0162818487df8c5b107a2228fe71684c544a0b90 (diff) | |
download | NotEnoughUpdates-REPO-3e1eaf449377a38b10128cf35847c2f40411c412.tar.gz NotEnoughUpdates-REPO-3e1eaf449377a38b10128cf35847c2f40411c412.tar.bz2 NotEnoughUpdates-REPO-3e1eaf449377a38b10128cf35847c2f40411c412.zip |
Fixed mob, added wet napkin and wiki links (#967)
Diffstat (limited to 'items/MUSHROOM_BARN_SKIN.json')
-rw-r--r-- | items/MUSHROOM_BARN_SKIN.json | 20 |
1 files changed, 20 insertions, 0 deletions
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 |