diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2022-04-14 01:33:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 01:33:35 +0200 |
commit | 32b8683a7cf8d07e2cbbe687aacf9d0d7dcdf0ea (patch) | |
tree | 3adc13e1af0288f0e17fd0c8888690aa14084bec /items/WIND_CHIMES.json | |
parent | 02a93f06425d9855413d3bf7ccb0fed0acf6dce6 (diff) | |
download | NotEnoughUpdates-REPO-32b8683a7cf8d07e2cbbe687aacf9d0d7dcdf0ea.tar.gz NotEnoughUpdates-REPO-32b8683a7cf8d07e2cbbe687aacf9d0d7dcdf0ea.tar.bz2 NotEnoughUpdates-REPO-32b8683a7cf8d07e2cbbe687aacf9d0d7dcdf0ea.zip |
Added new easter stuff from the npc (#715)
* Added new items from easter npc
* Added minion skins form easter npc
* Removed wiki link from official wiki
* Removed wiki link from official wiki
* Removed wiki link of official wiki
* Removed wiki link of official wiki
* i hate commas
* i hate commas
* i hate commas
* i hate commas
Diffstat (limited to 'items/WIND_CHIMES.json')
-rw-r--r-- | items/WIND_CHIMES.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/WIND_CHIMES.json b/items/WIND_CHIMES.json new file mode 100644 index 00000000..ae2f8212 --- /dev/null +++ b/items/WIND_CHIMES.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Wind Chimes", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"868f9a2b-c08b-367d-a73c-2f2f927b55e9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjlmMjlmZmE0YzViMTU4MmMyMWFlZjUzZTQwNmI0ZTQ2NmFlMTQ2YjA3ZDI5YmEzMGRlNDU1NzE2ZmI5ZTc0MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7This exclusive Easter cosmetic\",3:\"§7can be placed on your island or\",4:\"§7traded.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Wind Chimes\"},ExtraAttributes:{id:\"WIND_CHIMES\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7This exclusive Easter cosmetic", + "§7can be placed on your island or", + "§7traded.", + "", + "§5§lEPIC" + ], + "internalname": "WIND_CHIMES", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +} |