diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-05 20:48:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 19:48:41 +0000 |
| commit | 92398a3d14a5cb5609eef7ca47ff2874d24cd7b3 (patch) | |
| tree | 668cc5f025b4305d81e2fc1231a471b21ca1616d /items | |
| parent | 27ed2e3b8ff52e5f66af5983ab17db50f555b6cf (diff) | |
| download | NotEnoughUpdates-REPO-92398a3d14a5cb5609eef7ca47ff2874d24cd7b3.tar.gz NotEnoughUpdates-REPO-92398a3d14a5cb5609eef7ca47ff2874d24cd7b3.tar.bz2 NotEnoughUpdates-REPO-92398a3d14a5cb5609eef7ca47ff2874d24cd7b3.zip | |
feat: Fish Food (#1656)
Diffstat (limited to 'items')
| -rw-r--r-- | items/FISH_FOOD.json | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
