diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-08 01:26:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 19:26:16 -0400 |
commit | 6a436fd516aefa90ce2366272318fc67758bcbba (patch) | |
tree | 60bd10e7357fae0363689f073880e1f99cd0d5f4 /items/NURSE_SHARK_SC.json | |
parent | 7f1e7145a27783512953993de5d79b055bb64de3 (diff) | |
download | NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.gz NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.tar.bz2 NotEnoughUpdates-REPO-6a436fd516aefa90ce2366272318fc67758bcbba.zip |
Stuff (#486)
Diffstat (limited to 'items/NURSE_SHARK_SC.json')
-rw-r--r-- | items/NURSE_SHARK_SC.json | 48 |
1 files changed, 29 insertions, 19 deletions
diff --git a/items/NURSE_SHARK_SC.json b/items/NURSE_SHARK_SC.json index b9e0a070..ec2e9541 100644 --- a/items/NURSE_SHARK_SC.json +++ b/items/NURSE_SHARK_SC.json @@ -1,19 +1,29 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Nurse Shark (Sea Creature)",
- "nbttag": "{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.\"],Name:\"§3Nurse Shark (Sea Creature)\"},ExtraAttributes:{id:\"NURSE_SHARK_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the",
- "§7community center update. It can be caught during fishing festivals",
- "§7while Marina is mayor by those of at least Fishing Level 5."
- ],
- "internalname": "NURSE_SHARK_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "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\"}}", + "damage": 3, + "lore": [ + "§7The Nurse Shark is one of 4 sharks added in the fishing aspect of the", + "§7community center update. It can be caught during fishing festivals", + "§7while Marina is mayor by those of at least Fishing Level 5.", + "", + "§c❤ Health§8: §c2.500", + "", + "§cDrops:", + "§7- §9Shark Fin", + "§7- §aNurse Shark Tooth", + "", + "§cRequirements:", + "§7- Fishing Skill 5", + "§7- §bFishing Festival" + ], + "internalname": "NURSE_SHARK_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nurse_Shark" + ], + "crafttext": "" +}
\ No newline at end of file |