From 47a879e3097caeee1c1cd780f963a4c1de5192ff Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:56:44 +0200 Subject: 🐟 v2 (#767) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- items/STEW_THE_FISH.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 items/STEW_THE_FISH.json (limited to 'items/STEW_THE_FISH.json') diff --git a/items/STEW_THE_FISH.json b/items/STEW_THE_FISH.json new file mode 100644 index 00000000..85d82a95 --- /dev/null +++ b/items/STEW_THE_FISH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§f§f§cStew the Fish", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§c§lSPECIAL\"],Name:\"§f§f§cStew the Fish\"},ExtraAttributes:{id:\"STEW_THE_FISH\"}}", + "damage": 0, + "lore": [ + "§c§lSPECIAL" + ], + "internalname": "STEW_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Stew_the_Fish" + ] +} \ No newline at end of file -- cgit