From 207e0ee6ed384dc8f8f66ac94684cc838ec74698 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:15:22 +0200 Subject: SB Changes, Mobs Part 2 and Easter Things (#456) * constants things * SB Changes and Easter Things * Mobs * Update pls no hate --- items/BLUE_EGG.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 items/BLUE_EGG.json (limited to 'items/BLUE_EGG.json') diff --git a/items/BLUE_EGG.json b/items/BLUE_EGG.json new file mode 100644 index 00000000..ea6d2e5a --- /dev/null +++ b/items/BLUE_EGG.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Blue Egged Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"03e0770a-4f32-3a1e-aa85-4024af7d1b12\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNzQwODA2ODk5NSwKICAicHJvZmlsZUlkIiA6ICJiNzVjZDRmMThkZjg0MmNlYjJhY2MxNTU5MTNiMjA0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJLcmlzdGlqb25hczEzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMWNkNjdkOWNjZmU1NzVkNzhiN2RjMTk4MzU4Y2JiNWVjM2YzZTQxZGI4MjQ1OGMwNzVkNWY4MTNiYmYwZjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"§7\",7:\"§7§7This skin can be applied to\",8:\"§7§aBackpacks\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Blue Egged Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"BLUE_EGG\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§aBackpacks", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "BLUE_EGG", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +} \ No newline at end of file -- cgit