diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-24 21:21:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 19:21:53 +0000 |
commit | e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb (patch) | |
tree | 322c54ad9f9411f9801c7553c7c3423c266bc735 /items/PET_CAKE.json | |
parent | f3dd8444ddb89d01e4ff3a44c99774f06049501e (diff) | |
download | NotEnoughUpdates-REPO-e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb.tar.gz NotEnoughUpdates-REPO-e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb.tar.bz2 NotEnoughUpdates-REPO-e686aaebe7d74e939f8ee90f1d28b0bf5bd73ffb.zip |
0.20.1 v2 changes (#1175)
Diffstat (limited to 'items/PET_CAKE.json')
-rw-r--r-- | items/PET_CAKE.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/PET_CAKE.json b/items/PET_CAKE.json index 844c2a12..6d41a63e 100644 --- a/items/PET_CAKE.json +++ b/items/PET_CAKE.json @@ -1,21 +1,21 @@ { "itemid": "minecraft:cake", "displayname": "§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 summoned\",4:\"§epet to feed it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fPet Cake\"},ExtraAttributes:{id:\"PET_CAKE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Feeding this to your pets gives them\",1:\"§7a boost of §a10,000 Exp§7!\",2:\"\",3:\"§7§eRight-click on your summoned pet to\",4:\"§efeed it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fPet Cake\"},ExtraAttributes:{id:\"PET_CAKE\"}}", "damage": 0, "lore": [ - "§7Feeding this to your pets gives", - "§7them a boost of §a1,000 exp§7!", + "§7Feeding this to your pets gives them", + "§7a boost of §a10,000 Exp§7!", "", - "§7§eRight click on your summoned", - "§epet to feed it!", + "§7§eRight-click on your summoned pet to", + "§efeed it!", "", "§f§lCOMMON" ], "internalname": "PET_CAKE", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pet_Cake", |