diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/TIGER_SHARK_SC.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/TIGER_SHARK_SC.json')
-rw-r--r-- | items/TIGER_SHARK_SC.json | 50 |
1 files changed, 31 insertions, 19 deletions
diff --git a/items/TIGER_SHARK_SC.json b/items/TIGER_SHARK_SC.json index 0c15309a..64f76a77 100644 --- a/items/TIGER_SHARK_SC.json +++ b/items/TIGER_SHARK_SC.json @@ -1,19 +1,31 @@ -{
- "itemid": "minecraft:spawn_egg",
- "displayname": "§3Tiger Shark (Sea Creature)",
- "nbttag": "{display:{Lore:[0:\"§7The Tiger 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 18.\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}",
- "damage": 54,
- "lore": [
- "§7The Tiger 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 18."
- ],
- "internalname": "TIGER_SHARK_SC",
- "clickcommand": "",
- "modver": "2.0.0-REL",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark"
- ],
- "entityrender": "Zombie"
- }
\ No newline at end of file +{ + "itemid": "minecraft:skull", + "displayname": "§3Tiger Shark (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9759a0b6-2a7f-4265-8271-e5dd183e0fb4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§7The Tiger 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 18.\",3:\"\",4:\"§c❤ Health§8: §c250.000\",5:\"\",6:\"§cDrops:\",7:\"§7- §9Shark Fin\",8:\"§7- §5Tiger Shark Tooth\",9:\"§7- §5Megalodon\",10:\"§7- §6Megalodon\",11:\"\",12:\"§cRequirements:\",13:\"§7- Fishing Skill 18\",14:\"§7- §bFishing Festival\"],Name:\"§3Tiger Shark (Sea Creature)\"},ExtraAttributes:{id:\"TIGER_SHARK_SC\"}}", + "damage": 3, + "lore": [ + "§7The Tiger 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 18.", + "", + "§c❤ Health§8: §c250.000", + "", + "§cDrops:", + "§7- §9Shark Fin", + "§7- §5Tiger Shark Tooth", + "§7- §5Megalodon", + "§7- §6Megalodon", + "", + "§cRequirements:", + "§7- Fishing Skill 18", + "§7- §bFishing Festival" + ], + "internalname": "TIGER_SHARK_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tiger_Shark" + ], + "crafttext": "" +}
\ No newline at end of file |