diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-14 12:52:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-14 12:52:59 +0200 |
commit | 6a77db2751851dd4b8e7267920e57a046f4c9d03 (patch) | |
tree | 7e9311a0de9680d9682fe2caf9e2aa6705f090ce /items/HERRING_THE_FISH.json | |
parent | 556416e4b95bee204f1763ef31d6761bf75dd6f3 (diff) | |
download | NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.tar.gz NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.tar.bz2 NotEnoughUpdates-REPO-6a77db2751851dd4b8e7267920e57a046f4c9d03.zip |
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
Diffstat (limited to 'items/HERRING_THE_FISH.json')
-rw-r--r-- | items/HERRING_THE_FISH.json | 25 |
1 files changed, 25 insertions, 0 deletions
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 |