From 63696b7ea25003c6c637e13c52de4b1f55fb4282 Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:17:05 -0500 Subject: A metric ton of mobs (#422) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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> --- items/GRIM_REAPER_SC.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/GRIM_REAPER_SC.json (limited to 'items/GRIM_REAPER_SC.json') diff --git a/items/GRIM_REAPER_SC.json b/items/GRIM_REAPER_SC.json new file mode 100644 index 00000000..f7346ec1 --- /dev/null +++ b/items/GRIM_REAPER_SC.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Grim Reaper (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§7The Grim Reaper is a legendary sea creature added in the Spooky\",1:\"Festival v2 update. It can only be caught from 1 hour before\",2:\"§7until 1 hour after the Spooky Festival by those above Fishing 26\"],Name:\"§3Grim Reaper (Sea Creature)\"},ExtraAttributes:{id:\"GRIM_REAPER_SC\"}}", + "damage": 54, + "lore": [ + "§7The Grim Reaper is a legendary sea creature added in the Spooky", + "§7Festival v2 update. It can only be caught from 1 hour before", + "§7until 1 hour after the Spooky Festival by those above Fishing 26" + ], + "internalname": "GRIM_REAPER_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Grim_Reaper" + ], + "entityrender": "Zombie" + } \ No newline at end of file -- cgit