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/SPOOKY_BAIT.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'items/SPOOKY_BAIT.json') diff --git a/items/SPOOKY_BAIT.json b/items/SPOOKY_BAIT.json index 5e886a1a..8383301d 100644 --- a/items/SPOOKY_BAIT.json +++ b/items/SPOOKY_BAIT.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§fSpooky Bait", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74b7ab7c-3268-3a70-8937-026e1416dd7f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTEwNzRiYTc5NjE2YzdkOGNmOGUzMzg0OTAzOWY2NzQxMGEyZjdjOWNlNzkzZDQ0N2UyMWY1YWEyNGQ1MDEwOCJ9fX0=\"}]}},display:{Lore:[0:\"§7§8Fishing Bait\",1:\"§7§8Consumes on Cast\",2:\"§7\",3:\"§7§a+15% §7chance to catch spooky\",4:\"§7sea creatures and §a+15%\",5:\"§a§7faster catch time.\",6:\"\",7:\"§f§lCOMMON BAIT\"],Name:\"§fSpooky Bait\"},ExtraAttributes:{id:\"SPOOKY_BAIT\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"74b7ab7c-3268-3a70-8937-026e1416dd7f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTEwNzRiYTc5NjE2YzdkOGNmOGUzMzg0OTAzOWY2NzQxMGEyZjdjOWNlNzkzZDQ0N2UyMWY1YWEyNGQ1MDEwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Bait\",1:\"§8Consumes on Cast\",2:\"\",3:\"§7Grants §b+25☂ Fishing Speed\",4:\"§b§7and a §a15% §7chance to catch\",5:\"§7Spooky Sea Creatures.\",6:\"\",7:\"§f§lCOMMON BAIT\"],Name:\"§fSpooky Bait\"},ExtraAttributes:{id:\"SPOOKY_BAIT\"}}", "damage": 3, "lore": [ - "§7§8Fishing Bait", - "§7§8Consumes on Cast", - "§7", - "§7§a+15% §7chance to catch spooky", - "§7sea creatures and §a+15%", - "§a§7faster catch time.", + "§8Fishing Bait", + "§8Consumes on Cast", + "", + "§7Grants §b+25☂ Fishing Speed", + "§b§7and a §a15% §7chance to catch", + "§7Spooky Sea Creatures.", "", "§f§lCOMMON BAIT" ], @@ -26,9 +26,10 @@ }, "internalname": "SPOOKY_BAIT", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fishing_Bait" - ] -} + ], + "crafttext": "" +} \ No newline at end of file -- cgit