From 227cd9a6d37fbae008cb67e35943a640887d780e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 3 Nov 2021 22:49:10 +0100 Subject: Added Special Item and removed not needed stat (#651) * Added Special Item * Removed not needed reforgestat --- items/DUST_THE_FISH.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/DUST_THE_FISH.json (limited to 'items') diff --git a/items/DUST_THE_FISH.json b/items/DUST_THE_FISH.json new file mode 100644 index 00000000..9cbe0755 --- /dev/null +++ b/items/DUST_THE_FISH.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:cooked_fish", + "displayname": "§cDust the Fish", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Pretty sure they forgot about\",1:\"§7me...\",2:\"\",3:\"§c§lSPECIAL\"],Name:\"§cDust the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DUST_THE_FISH\"}}", + "damage": 1, + "lore": [ + "§7Pretty sure they forgot about", + "§7me...", + "", + "§c§lSPECIAL" + ], + "internalname": "DUST_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dust_the_Fish" + ] +} \ No newline at end of file -- cgit