From 86959a68735e84423e54efed31680df64b5611eb Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Mon, 15 Feb 2021 23:16:25 +0100 Subject: Added blast o lantern recipe, added oops the fish, spook the fish, kloonboat, ancient elevator and fixed grizzly bait name (#397) * added pumpkin bomb recipe (very handy) * Changed girzzly bait name from rename me to grizzly bait (wtf) * added oops the fish and spook the fish * removed uuid of grizzly bait * added kloonboat * added ancient elevator --- items/SPOOK_THE_FISH.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/SPOOK_THE_FISH.json (limited to 'items/SPOOK_THE_FISH.json') diff --git a/items/SPOOK_THE_FISH.json b/items/SPOOK_THE_FISH.json new file mode 100644 index 00000000..94928573 --- /dev/null +++ b/items/SPOOK_THE_FISH.json @@ -0,0 +1,20 @@ +{ + "internalname": "SPOOK_THE_FISH", + "itemid": "minecraft:fish", + "displayname": "§cSpook the Fish", + "clickcommand": "", + "damage": 1, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:§r§7\"§7This fish lurks in the darkness§r§7\",1:§r§7\"§7below the Main Lobby during the§r§7\",2:§r§7\"§7Halloween§r§7\",3:§r§7\"§r§7\",4:§r§7\"§c§lSPECIAL§r§7\"],Name:\"§cSpook the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SPOOK_THE_FISH\"}}", + "modver": "2.0.0-REL", + "lore": [ + "§7This fish lurks in the darkness§r§7", + "§7below the Main Lobby during the§r§7", + "§7Halloween§r§7", + "§r§7", + "§c§lSPECIAL§r§7" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spook_the_Fish" + ] +} -- cgit