From afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 18 Jul 2021 21:51:42 +0200 Subject: Mining Stuff - Added and fixed some Stuff (#552) * Mining Stuff * Stuff * Ench Books and other Stuff * Updating Mobs * Epic Pet Fix * Other Stuff * github is dumb * Wiki Links * Added new Drill * Added Reforge Stats * Added Wiki Link * Wiki Links * Wiki URL * New Stuff * New Items * New Item * Fixed Superboom * New Drill * Added new Pet so people wont crash (no pet stats) * Removed UUID and Timestamp from new Pet * Pet Stuff * Stuff * Fixed Tank * WIki Links * Wiki Links * Power Talisman Things * Other Stuff * Added Recipe * Recipe Fix * Fixed Pet * stone --- items/NURSE_SHARK_SC.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'items/NURSE_SHARK_SC.json') diff --git a/items/NURSE_SHARK_SC.json b/items/NURSE_SHARK_SC.json index ec2e9541..b8fe7ab4 100644 --- a/items/NURSE_SHARK_SC.json +++ b/items/NURSE_SHARK_SC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§3Nurse Shark (Sea Creature)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8945bd10-8760-3922-8945-bd1087607922\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2N2NjZWZiYTVkODExZjQ3ZTNlMTg0Mzg1NTZiNzA0MzkzYWFmY2FmY2NlZGQ1ZDA5ODE5OTkyODZmNTk4YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 5.\",3:\"\",4:\"§c❤ Health§8: §c2.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §aNurse Shark Tooth\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 5\",12:\"§7- §bFishing Festival\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8945bd10-8760-3922-8945-bd1087607922\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2N2NjZWZiYTVkODExZjQ3ZTNlMTg0Mzg1NTZiNzA0MzkzYWFmY2FmY2NlZGQ1ZDA5ODE5OTkyODZmNTk4YSJ9fX0\"}]}},display:{Lore:[0:\"§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the\",1:\"§7community center update. It can be caught during fishing festivals\",2:\"§7while Marina is mayor by those of at least Fishing Level 5.\",3:\"\",4:\"§c❤ Health§8: §c2.500\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §aNurse Shark Tooth\",9:\"\",10:\"§cRequirements:\",11:\"§7- Fishing Skill 5\",12:\"§7- §9Fishing Festival\",13:\"§7- §bFished from water\",14:\"\",15:\"§c§lSPECIAL\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}", "damage": 3, "lore": [ "§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the", @@ -16,7 +16,10 @@ "", "§cRequirements:", "§7- Fishing Skill 5", - "§7- §bFishing Festival" + "§7- §9Fishing Festival", + "§7- §bFished from water", + "", + "§c§lSPECIAL" ], "internalname": "NURSE_SHARK_SC", "clickcommand": "", -- cgit