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/GRIZZLY_BAIT.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/GRIZZLY_BAIT.json') diff --git a/items/GRIZZLY_BAIT.json b/items/GRIZZLY_BAIT.json index ac2a51a7..9a05f430 100644 --- a/items/GRIZZLY_BAIT.json +++ b/items/GRIZZLY_BAIT.json @@ -1,11 +1,11 @@ { "internalname": "GRIZZLY_BAIT", "itemid": "minecraft:fish", - "displayname": "§9Rename Me", + "displayname": "§9Grizzly Bait", "clickcommand": "", "damage": 1, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Rename Me\"},ExtraAttributes:{id:\"GRIZZLY_BAIT\",uuid:\"0a620603-e420-491c-acac-92ae9319265d\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Grizzly Bait\"},ExtraAttributes:{id:\"GRIZZLY_BAIT\"}}", + "modver": "2.0.0-REL", "lore": [ "§eRight-click to view recipes!", "", @@ -15,4 +15,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Grizzly_Bait" ] -} \ No newline at end of file +} -- cgit