From ff98aa2e437acbf8f2f1c5f99b106d236ece4ab6 Mon Sep 17 00:00:00 2001 From: Fazfoxy <78978526+Fazfoxy@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:14:30 +0100 Subject: Add Elle's Lava Rod (#1396) --- items/ELLES_LAVA_ROD.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/ELLES_LAVA_ROD.json (limited to 'items') diff --git a/items/ELLES_LAVA_ROD.json b/items/ELLES_LAVA_ROD.json new file mode 100644 index 00000000..79aedf0d --- /dev/null +++ b/items/ELLES_LAVA_ROD.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§cElle\u0027s Lava Rod", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§8Lava Rod\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Strength: §c+50\",4:\"§7Fishing Speed: §a+8\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§c§lSPECIAL FISHING ROD\"],Name:\"§cElle\u0027s Lava Rod\"},ExtraAttributes:{id:\"ELLES_LAVA_ROD\"}}", + "damage": 0, + "lore": [ + "§7§8Lava Rod", + "", + "§7Damage: §c+50", + "§7Strength: §c+50", + "§7Fishing Speed: §a+8", + "", + "§7§8This item can be reforged!", + "§c§lSPECIAL FISHING ROD" + ], + "internalname": "ELLES_LAVA_ROD", + "crafttext": "", + "clickcommand": "", + "modver": "2.4.0", + "infoType": "" +} \ No newline at end of file -- cgit