diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 /items/EPOCH_CAKE_GRAY.json | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
Diffstat (limited to 'items/EPOCH_CAKE_GRAY.json')
-rw-r--r-- | items/EPOCH_CAKE_GRAY.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/EPOCH_CAKE_GRAY.json b/items/EPOCH_CAKE_GRAY.json new file mode 100644 index 00000000..c352ca9e --- /dev/null +++ b/items/EPOCH_CAKE_GRAY.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aNot-a-lie Century Cake", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e9f188c-bc62-3896-bcf2-3d9e38661da2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MjgwMzkwNTI0NSwKICAicHJvZmlsZUlkIiA6ICIzNTE2NjhhMTk5MmM0ZGZlOWRkNmY5NTUxNWFkNzVmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbHVlX1BrIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q0MGY5Mjk5NTA4Mzg3NjE4Y2ZhZDZkYjM1YzlmNmQ4MDdjNDkzMzdkMzMzZDZlYzNiMTNkOWU4N2QwZDQ4OGYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §f+1❂ True Defense §7for\",10:\"§748 hours.\",11:\"\",12:\"§7Obtained in §fYear 300§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aNot-a-lie Century Cake\"},ExtraAttributes:{yearObtained:300,id:\"EPOCH_CAKE_GRAY\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §f+1❂ True Defense §7for", + "§748 hours.", + "", + "§7Obtained in §fYear 300§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_GRAY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", + "https://wiki.hypixel.net/Century_Cake" + ] +}
\ No newline at end of file |