diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2021-03-02 00:17:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 00:17:05 -0500 |
commit | 63696b7ea25003c6c637e13c52de4b1f55fb4282 (patch) | |
tree | dd2702f8fa7fa5e84a1fe17fdcc6c05f05d25fc6 /items/NURSE_SHARK_SC.json | |
parent | 22e07d3f143d9ce46e0329eda4cb81efbcc9cfca (diff) | |
download | NotEnoughUpdates-REPO-63696b7ea25003c6c637e13c52de4b1f55fb4282.tar.gz NotEnoughUpdates-REPO-63696b7ea25003c6c637e13c52de4b1f55fb4282.tar.bz2 NotEnoughUpdates-REPO-63696b7ea25003c6c637e13c52de4b1f55fb4282.zip |
A metric ton of mobs (#422)
* Wiki Link Mithril Drill Engine
* Wiki Link
* Wiki Link
* Fixed an error
* Iron horse wiki link
* Fix
* Real Fix
* Update GOLD_BARDING.json
* Update DIAMOND_BARDING.json
* I hate JSON files
y
* Please Work JSON
* Update IRON_BARDING.json
* Update GOLD_BARDING.json
* smh don't use 3 spaces
* .
* Wiki Links for Social 1
* Parkour Checkpoint Wiki Link
* Update ENDER_PORTAL_FRAME.json
* Update ULTIMATE_SOUL_EATER;1.json
* Update ULTIMATE_SOUL_EATER;2.json
* Update ULTIMATE_SOUL_EATER;3.json
* Update ULTIMATE_SOUL_EATER;4.json
* Update ULTIMATE_SOUL_EATER;5.json
* Update ULTIMATE_LEGION;2.json
* Update ULTIMATE_LEGION;3.json
* Update ULTIMATE_LEGION;4.json
* Update ULTIMATE_SWARM;2.json
* Update ULTIMATE_SWARM;3.json
* Update ULTIMATE_SWARM;3.json
* Update ULTIMATE_SWARM;4.json
* Update ULTIMATE_LAST_STAND;2.json
* Update ULTIMATE_LAST_STAND;3.json
* Update ULTIMATE_LAST_STAND;4.json
* Update ULTIMATE_WISE;1.json
* Update ULTIMATE_WISE;5.json
* Update ULTIMATE_NO_PAIN_NO_GAIN;2.json
* Update ULTIMATE_NO_PAIN_NO_GAIN;3.json
* Update ULTIMATE_NO_PAIN_NO_GAIN;4.json
* New Pet Skin
* Skin Parents
* Stray :
* ðŸ˜
* Delete ENDERPACK.json
* Holy Moly thats a lot of files
* Delete BLUE_SHARK_SC.json
* Delete CRAZY_WITCH_MONSTER.json
* Delete GHOST_MONSTER.json
* Delete GOBLIN_MONSTER.json
* Delete GREAT_WHITE_SHARK_SC.json
* Delete GRIM_REAPER_SC.json
* Delete ICE_WALKER_MONSTER.json
* Delete NIGHTMARE_SC.json
* Delete NURSE_SHARK_SC.json
* Delete PHANTOM_FISHER_SC.json
* Delete PHANTOM_SPIRIT_MONSTER.json
* Delete SCARECROW_SC.json
* Delete SCARY_JERRY_MONSTER.json
* Delete TIGER_SHARK_SC.json
* Delete TREASURE_HOARDER_MONSTER.json
* Delete TRICK_OR_TREATER_MONSTER.json
* Delete WEREWOLF_SC.json
* Delete WITHER_GOURD_MONSTER.json
* Delete WRAITH_MONSTER.json
* Okay in the correct folder this time
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items/NURSE_SHARK_SC.json')
-rw-r--r-- | items/NURSE_SHARK_SC.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/NURSE_SHARK_SC.json b/items/NURSE_SHARK_SC.json new file mode 100644 index 00000000..4b287ee0 --- /dev/null +++ b/items/NURSE_SHARK_SC.json @@ -0,0 +1,19 @@ +{
+ "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 durring 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 durring 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 |