From 6a77db2751851dd4b8e7267920e57a046f4c9d03 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:52:59 +0200 Subject: Added trophy and new kuudra piece (#818) * Added trophy and new kuudra piece * Oh * f(x,y)=x^3+xy^2+y^2, u=(-125)i+(230)j --- items/HERRING_THE_FISH.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/HERRING_THE_FISH.json (limited to 'items/HERRING_THE_FISH.json') diff --git a/items/HERRING_THE_FISH.json b/items/HERRING_THE_FISH.json new file mode 100644 index 00000000..d16436cf --- /dev/null +++ b/items/HERRING_THE_FISH.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§cHerring the Fish", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Sometimes patience is the key\",1:\"§7to victory. Sometimes it leads\",2:\"§7to very little and it seems like\",3:\"§7it\u0027s not worth it. And you\",4:\"§7wonder why you waited so long\",5:\"§7for something so disappointing.\",6:\"\",7:\"§8§l* §8Soulbound §8§l*\",8:\"§c§lSPECIAL\"],Name:\"§cHerring the Fish\"},ExtraAttributes:{not_a_hint:\"f(x,y)\u003dx^3+xy^2+y^2, u\u003d(-125)i+(230)j\",id:\"HERRING_THE_FISH\"}}", + "damage": 1, + "lore": [ + "§7§7Sometimes patience is the key", + "§7to victory. Sometimes it leads", + "§7to very little and it seems like", + "§7it\u0027s not worth it. And you", + "§7wonder why you waited so long", + "§7for something so disappointing.", + "", + "§8§l* §8Soulbound §8§l*", + "§c§lSPECIAL" + ], + "internalname": "HERRING_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Herring_the_Fish" + ] +} \ No newline at end of file -- cgit