From 207e0ee6ed384dc8f8f66ac94684cc838ec74698 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 6 Apr 2021 00:15:22 +0200 Subject: SB Changes, Mobs Part 2 and Easter Things (#456) * constants things * SB Changes and Easter Things * Mobs * Update pls no hate --- items/EGG_THE_FISH.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/EGG_THE_FISH.json (limited to 'items/EGG_THE_FISH.json') diff --git a/items/EGG_THE_FISH.json b/items/EGG_THE_FISH.json new file mode 100644 index 00000000..bb5e11f2 --- /dev/null +++ b/items/EGG_THE_FISH.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:cooked_fish", + "displayname": "§f§f§cEgg the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This delicate, painted fish was\",1:\"§7found in the depths of the Main\",2:\"§7Lobby during the Easter season.\",3:\"\",4:\"§c§lSPECIAL\"],Name:\"§f§f§cEgg the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"EGG_THE_FISH\",uuid:\"904f1583-7482-4cfb-943a-86f1693fd8c1\",timestamp:\"4/2/21 1:38 AM\"},AttributeModifiers:[]}", + "damage": 1, + "lore": [ + "§7This delicate, painted fish was", + "§7found in the depths of the Main", + "§7Lobby during the Easter season.", + "", + "§c§lSPECIAL" + ], + "internalname": "EGG_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Egg_the_Fish" + ] +} \ No newline at end of file -- cgit