diff options
Diffstat (limited to 'items/PET_CAKE.json')
-rw-r--r-- | items/PET_CAKE.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/PET_CAKE.json b/items/PET_CAKE.json index 6e61143e..844c2a12 100644 --- a/items/PET_CAKE.json +++ b/items/PET_CAKE.json @@ -1,14 +1,14 @@ { "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\"}}", + "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\"}}", "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!", + "§7§eRight click on your summoned", + "§epet to feed it!", "", "§f§lCOMMON" ], |