From 32b8683a7cf8d07e2cbbe687aacf9d0d7dcdf0ea Mon Sep 17 00:00:00 2001 From: Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> Date: Thu, 14 Apr 2022 01:33:35 +0200 Subject: 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 --- items/TROPICAL_BIRD_1_PERSONALITY.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/TROPICAL_BIRD_1_PERSONALITY.json (limited to 'items/TROPICAL_BIRD_1_PERSONALITY.json') diff --git a/items/TROPICAL_BIRD_1_PERSONALITY.json b/items/TROPICAL_BIRD_1_PERSONALITY.json new file mode 100644 index 00000000..b4b81642 --- /dev/null +++ b/items/TROPICAL_BIRD_1_PERSONALITY.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fTropical Bird 1 Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"833f414a-280a-3955-a2a7-933a848b3fe8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0OTQzNjM2MDg1NywKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2NlOWVlNmM5NDcyYTFmOThhYjlmNzg0NDc4NTQwNWRmYThiNTZkOGUyMzFjZDMyNjc1YWM1YmFhOTg0OWJlOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes your\",1:\"§7minion\u0027s appearance to a\",2:\"§7§eTropical Bird 1§7.\",3:\"\",4:\"§7§7You can place this item in any\",5:\"§7minion of your choice!\",6:\"\",7:\"§f§lCOMMON COSMETIC\"],Name:\"§fTropical Bird 1 Minion Skin\"},ExtraAttributes:{id:\"TROPICAL_BIRD_1_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes your", + "§7minion\u0027s appearance to a", + "§7§eTropical Bird 1§7.", + "", + "§7§7You can place this item in any", + "§7minion of your choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "TROPICAL_BIRD_1_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +} -- cgit