diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-15 01:32:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 00:32:18 +0000 |
commit | cf2ad629853bf5b652c016afb71d37bd0a877c1d (patch) | |
tree | f19da87b45997c900101726eee7c07c3f88c1af3 /items/LUCKY_BARN_SKIN.json | |
parent | e46bd6bb474c982515d8e9df3c6ae6e21fda1b97 (diff) | |
download | NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.gz NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.tar.bz2 NotEnoughUpdates-REPO-cf2ad629853bf5b652c016afb71d37bd0a877c1d.zip |
Added some of the alpha items (#1035)
* Added some of the alpha items
* Added new sakc and museum items
Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
* Added new items
* Fixed Pesthunter Badge in parents
* Added missing garden update items
---------
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to 'items/LUCKY_BARN_SKIN.json')
-rw-r--r-- | items/LUCKY_BARN_SKIN.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/LUCKY_BARN_SKIN.json b/items/LUCKY_BARN_SKIN.json new file mode 100644 index 00000000..0a5d80bb --- /dev/null +++ b/items/LUCKY_BARN_SKIN.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Lucky Barn Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d3fd4302-c489-32de-ac0c-7b683a7cf010\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmJkZjlmYjdmMmFjNTk4N2VjZmJkMTczZThiOTcxMWQ5OWI1ODExNmY4Y2E0ZDc3ZDBhZjhiMzg5ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Consume this item to unlock\",1:\"§7the §6Lucky Barn Skin §7on the\",2:\"§7§bGarden§7!\",3:\"\",4:\"§eClick to consume!\",5:\"\",6:\"§6§lLEGENDARY COSMETIC\",7:\"\",8:\"§7Cost\",9:\"§a950 Gems\"],Name:\"§6Lucky Barn Skin\"},ExtraAttributes:{id:\"LUCKY_BARN_SKIN\"}}", + "damage": 3, + "lore": [ + "§7§7Consume this item to unlock", + "§7the §6Lucky Barn Skin §7on the", + "§7§bGarden§7!", + "", + "§eClick to consume!", + "", + "§6§lLEGENDARY COSMETIC", + "", + "§7Cost", + "§a950 Gems" + ], + "internalname": "LUCKY_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |