diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-16 12:41:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 22:41:28 +1100 |
commit | abf7450107a0c090b4cf2ac019f3d5ccef6177d3 (patch) | |
tree | 1f0259465f1e3bcbec3f8e9fa245c10428958fef /items/PET_CAKE.json | |
parent | 3b750492565cda962fe668c89a6ae467d765ca71 (diff) | |
download | NotEnoughUpdates-REPO-abf7450107a0c090b4cf2ac019f3d5ccef6177d3.tar.gz NotEnoughUpdates-REPO-abf7450107a0c090b4cf2ac019f3d5ccef6177d3.tar.bz2 NotEnoughUpdates-REPO-abf7450107a0c090b4cf2ac019f3d5ccef6177d3.zip |
Added new items, reqs and wiki links (#896)
Diffstat (limited to 'items/PET_CAKE.json')
-rw-r--r-- | items/PET_CAKE.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/PET_CAKE.json b/items/PET_CAKE.json new file mode 100644 index 00000000..3f60b489 --- /dev/null +++ b/items/PET_CAKE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:cake", + "displayname": "§f§f§fPet Cake", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Feeding this to your pets gives\",1:\"§7them a boost of §a1,000 exp§7!\",2:\"\",3:\"§7§eRight click on your pet to\",4:\"§efeed it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§f§f§fPet Cake\"},ExtraAttributes:{id:\"PET_CAKE\"}}", + "damage": 0, + "lore": [ + "§7Feeding this to your pets gives", + "§7them a boost of §a1,000 exp§7!", + "", + "§7§eRight click on your pet to", + "§efeed it!", + "", + "§f§lCOMMON" + ], + "internalname": "PET_CAKE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Cake" + ] +}
\ No newline at end of file |