diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-22 14:59:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-22 14:59:31 +0100 |
commit | 8ad06ae184148414b5df4dbe2da3a1516811552d (patch) | |
tree | 9e6ad8e345b7cb1669c790029cd825c68606d9ef /items/SNOWGLOBE.json | |
parent | 2346327b5af2b8bdaefc54b9f807c5f1effaca3e (diff) | |
download | NotEnoughUpdates-REPO-8ad06ae184148414b5df4dbe2da3a1516811552d.tar.gz NotEnoughUpdates-REPO-8ad06ae184148414b5df4dbe2da3a1516811552d.tar.bz2 NotEnoughUpdates-REPO-8ad06ae184148414b5df4dbe2da3a1516811552d.zip |
Added wiki and 2 new items (#876)
* Added wiki and 2 new items
* Fixed Candy and added last follower piece
Diffstat (limited to 'items/SNOWGLOBE.json')
-rw-r--r-- | items/SNOWGLOBE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/SNOWGLOBE.json b/items/SNOWGLOBE.json new file mode 100644 index 00000000..d57578dc --- /dev/null +++ b/items/SNOWGLOBE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Snowglobe", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"554f0c61-23c1-3aab-91ff-fc8546cf1548\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTMyMjlmODUyNTcyNjY4NGZiMDIyN2RhZDc2MjFmMDVmMGI4YjVkNThhODY5M2ZkMGVhMDY4ODM0OWYxZDUzYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Holiday Cosmetic\",2:\"\",3:\"§7This exclusive §cHoliday\",4:\"§c§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Snowglobe\"},ExtraAttributes:{id:\"SNOWGLOBE\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "SNOWGLOBE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Snowglobe" + ] +}
\ No newline at end of file |