diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/BLUE_EGG.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/BLUE_EGG.json')
-rw-r--r-- | items/BLUE_EGG.json | 27 |
1 files changed, 27 insertions, 0 deletions
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 |