From 92398a3d14a5cb5609eef7ca47ff2874d24cd7b3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 5 Feb 2025 20:48:41 +0100 Subject: feat: Fish Food (#1656) --- items/FISH_FOOD.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/FISH_FOOD.json diff --git a/items/FISH_FOOD.json b/items/FISH_FOOD.json new file mode 100644 index 00000000..05c99dd3 --- /dev/null +++ b/items/FISH_FOOD.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§fFish Food", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Despite its name, can be given to any\",1:\"§7pet! Feeding this to your pet will not\",2:\"§7increase its candy count.\",3:\"\",4:\"§7Grants §a1,000 §ePet EXP§7.\",5:\"\",6:\"§7§eRight-click on your summoned pet to\",7:\"§efeed it!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fFish Food\"},ExtraAttributes:{id:\"FISH_FOOD\",pet_exp:1000}}", + "damage": 0, + "lore": [ + "§7§7Despite its name, can be given to any", + "§7pet! Feeding this to your pet will not", + "§7increase its candy count.", + "", + "§7Grants §a1,000 §ePet EXP§7.", + "", + "§7§eRight-click on your summoned pet to", + "§efeed it!", + "", + "§f§lCOMMON" + ], + "internalname": "FISH_FOOD", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit