From 23b08cdc66f5029950798342818c86a47d14433e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:21:45 +0100 Subject: Added new barn skin (#1122) --- items/END_BARN_SKIN.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/END_BARN_SKIN.json diff --git a/items/END_BARN_SKIN.json b/items/END_BARN_SKIN.json new file mode 100644 index 00000000..731a5af0 --- /dev/null +++ b/items/END_BARN_SKIN.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:end_stone", + "displayname": "§6The End Barn Skin", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Consume this item to unlock the §fThe\",1:\"§fEnd Barn Skin §7on the §bGarden§7!\",2:\"\",3:\"§eClick to consume!\",4:\"\",5:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6The End Barn Skin\"},ExtraAttributes:{id:\"END_BARN_SKIN\"}}", + "damage": 0, + "lore": [ + "§7§7Consume this item to unlock the §fThe", + "§fEnd Barn Skin §7on the §bGarden§7!", + "", + "§eClick to consume!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "END_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit