diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-07 19:21:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 18:21:45 +0000 |
commit | 23b08cdc66f5029950798342818c86a47d14433e (patch) | |
tree | b07dc99f36db6fcfd484a01f509df68f3dcc05d3 | |
parent | 6cfc0b9def53c0e1230aaff076c6d183fd8abc5a (diff) | |
download | NotEnoughUpdates-REPO-23b08cdc66f5029950798342818c86a47d14433e.tar.gz NotEnoughUpdates-REPO-23b08cdc66f5029950798342818c86a47d14433e.tar.bz2 NotEnoughUpdates-REPO-23b08cdc66f5029950798342818c86a47d14433e.zip |
Added new barn skin (#1122)
-rw-r--r-- | items/END_BARN_SKIN.json | 19 |
1 files changed, 19 insertions, 0 deletions
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 |