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/ZOMBIE_MINER_SC.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 items/ZOMBIE_MINER_SC.json (limited to 'items/ZOMBIE_MINER_SC.json') diff --git a/items/ZOMBIE_MINER_SC.json b/items/ZOMBIE_MINER_SC.json new file mode 100644 index 00000000..fd7db0a4 --- /dev/null +++ b/items/ZOMBIE_MINER_SC.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Zombie Miner (Sea Creature)", + "nbttag": "{display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Flawed Amethyst Gemstone\",2:\"§7- §7Flawed Jade Gemstone\",3:\"§7- §7Flawed Sapphire Gemstone\",4:\"§7- §7Rough Amethyst Gemstone\",5:\"§7- §7Rough Jade Gemstone\",6:\"§7- §7Rough Sapphire Gemstone\",7:\"\",8:\"§cRequirements:\",9:\"§7- Fishing Skill 24\",10:\"§7- §2Mithril Deposits\",11:\"§7- §bPrecursor Remnants\",12:\"§7- §2Jungle\",13:\"§7- §bFished from water\",14:\"\",15:\"§6§lLEGENDARY\"],Name:\"§3Zombie Miner (Sea Creature)\"},ExtraAttributes:{id:\"ZOMBIE_MINER_SC\"}}", + "damage": 2, + "lore": [ + "§cDrops:", + "§7- §7Flawed Amethyst Gemstone", + "§7- §7Flawed Jade Gemstone", + "§7- §7Flawed Sapphire Gemstone", + "§7- §7Rough Amethyst Gemstone", + "§7- §7Rough Jade Gemstone", + "§7- §7Rough Sapphire Gemstone", + "", + "§cRequirements:", + "§7- Fishing Skill 24", + "§7- §2Mithril Deposits", + "§7- §bPrecursor Remnants", + "§7- §2Jungle", + "§7- §bFished from water", + "", + "§6§lLEGENDARY" + ], + "internalname": "ZOMBIE_MINER_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner" + ], + "crafttext": "" +} \ No newline at end of file -- cgit