diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-19 09:14:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 18:14:54 +1100 |
commit | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (patch) | |
tree | 6ae23d4819eb974901de2743065c3ad23327dd06 /items/ZOMBIE_MINER_SC.json | |
parent | c02c2d3e9d856aed9a5d118da8f3839897cf68c3 (diff) | |
download | NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.gz NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.tar.bz2 NotEnoughUpdates-REPO-5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc.zip |
NEU 2.1 Things (#660)
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
Co-authored-by: nea <romangraef@gmail.com>
Co-authored-by: efefury <69400149+efefury@users.noreply.github.com>
Diffstat (limited to 'items/ZOMBIE_MINER_SC.json')
-rw-r--r-- | items/ZOMBIE_MINER_SC.json | 71 |
1 files changed, 52 insertions, 19 deletions
diff --git a/items/ZOMBIE_MINER_SC.json b/items/ZOMBIE_MINER_SC.json index 241cfc75..fb0feab3 100644 --- a/items/ZOMBIE_MINER_SC.json +++ b/items/ZOMBIE_MINER_SC.json @@ -1,32 +1,65 @@ { "itemid": "minecraft:skull", "displayname": "§3Zombie Miner (Sea Creature)", - "nbttag": "{display:{Lore:[0:\"§cDrops:\",1:\"§7- §7❈ Flawed Amethyst Gemstone\",2:\"§7- §7☘ Flawed Jade Gemstone\",3:\"§7- §7✎ Flawed Sapphire Gemstone\",4:\"§7- §7❈ Rough Amethyst Gemstone\",5:\"§7- §7☘ Rough Jade Gemstone\",6:\"§7- §7✎ Rough 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\"}}", + "nbttag": "{display:{Lore:[0:\"§c❤ Health§8: §c2,000,000\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§3Zombie Miner (Sea Creature)\"},ExtraAttributes:{id:\"ZOMBIE_MINER_SC\"}}", "damage": 2, "lore": [ - "§cDrops:", - "§7- §7❈ Flawed Amethyst Gemstone", - "§7- §7☘ Flawed Jade Gemstone", - "§7- §7✎ Flawed Sapphire Gemstone", - "§7- §7❈ Rough Amethyst Gemstone", - "§7- §7☘ Rough Jade Gemstone", - "§7- §7✎ Rough Sapphire Gemstone", - "", - "§cRequirements:", - "§7- Fishing Skill 24", - "§7- §2Mithril Deposits", - "§7- §bPrecursor Remnants", - "§7- §2Jungle", - "§7- §bFished from water", + "§c❤ Health§8: §c2,000,000", "", "§6§lLEGENDARY" ], "internalname": "ZOMBIE_MINER_SC", - "clickcommand": "", - "modver": "2.0.0-REL", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner" + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Miner", + "https://wiki.hypixel.net/Zombie_Miner" ], - "crafttext": "" + "crafttext": "viewrecipe", + "recipes": [ + { + "name": "§cZombie Miner", + "level": 150, + "coins": 10, + "xp": 10, + "render": "@neurepo:mobs/zombie_miner.json", + "panorama": "crystal_hollows", + "type": "drops", + "extra": [ + "§cRequirements:", + "§7- Fishing Skill 24", + "§7- §2Mithril Deposits", + "§7- §bPrecursor Remnants", + "§7- §2Jungle", + "§7- §bFished from water" + ], + "drops": [ + { + "id": "FLAWED_AMETHYST_GEM", + "chance": "20%" + }, + { + "id": "FLAWED_JADE_GEM", + "chance": "20%" + }, + { + "id": "FLAWED_SAPPHIRE_GEM", + "chance": "20%" + }, + { + "id": "ROUGH_AMETHYST_GEM:20", + "chance": "100%" + }, + { + "id": "ROUGH_JADE_GEM:20", + "chance": "100%" + }, + { + "id": "ROUGH_SAPPHIRE_GEM:20", + "chance": "100%" + } + ] + } + ] }
\ No newline at end of file |