diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/ZOMBIE_MINER_SC.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
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
Diffstat (limited to 'items/ZOMBIE_MINER_SC.json')
-rw-r--r-- | items/ZOMBIE_MINER_SC.json | 32 |
1 files changed, 32 insertions, 0 deletions
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 |