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/POISONED_WATER_WORM_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/POISONED_WATER_WORM_SC.json')
-rw-r--r-- | items/POISONED_WATER_WORM_SC.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/POISONED_WATER_WORM_SC.json b/items/POISONED_WATER_WORM_SC.json new file mode 100644 index 00000000..c139e232 --- /dev/null +++ b/items/POISONED_WATER_WORM_SC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§3Poisoned Water Worm (Sea Creature)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§cDrops:\",1:\"§7- §7Rough Amber Gemstone\",2:\"§7- §aWorm Membrane\",3:\"\",4:\"§cRequirements:\",5:\"§7- Fishing Skill 17\",6:\"§7- §5Crystal Hollows\",7:\"§7- §6Goblin Holdout\",8:\"§7- §bFished from water\",9:\"\",10:\"§9§lRARE\"],Name:\"§3Poisoned Water Worm (Sea Creature)\"},ExtraAttributes:{id:\"POISONED_WATER_WORM_SC\"}}", + "damage": 3, + "lore": [ + "§cDrops:", + "§7- §7Rough Amber Gemstone", + "§7- §aWorm Membrane", + "", + "§cRequirements:", + "§7- Fishing Skill 17", + "§7- §5Crystal Hollows", + "§7- §6Goblin Holdout", + "§7- §bFished from water", + "", + "§9§lRARE" + ], + "internalname": "POISONED_WATER_WORM_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Poisoned_Water_Worm" + ], + "crafttext": "" +}
\ No newline at end of file |